Skip to main content

Command-line utility for counting records that refer to a database table in MySQL.

Project description

License

CountRecordRefs is a command-line tool for counting related records in a MySQL database. The program outputs the number of records for each foreign key column.

The code is written in Python and should work with both Python 2 and 3.

Source repository: https://github.com/jmenglund/CountRecordRefs


Prerequisites

Apart from MySQL itself, you only need to have the Python package PyMySQL installed. If you install CountRecordRefs following the instructions below, PyMySQL will be installed automatically for you.

Installation

The project is hosted at https://github.com/jmenglund/CountRecordRefs and can be installed using git:

$ git clone https://github.com/jmenglund/CountRecordRefs.git
$ cd CountRecordRefs
$ python setup.py install

You may consider installing CountRecordRefs within a virtual environment in order to avoid cluttering your system’s Python path. See for example the environment management system conda or the package virtualenv.

This project is centered around a self-contained single-module (single-file) executable script that can also be used as such.

Usage

usage: CountRecordRefs.py [-h] [-V] [--user USER] [--password PASSWORD]
                          [--host HOST] [-z]
                          database_name table_name id

Command-line utility for counting related records in a MySQL database. Output
is written to <stdout>.

positional arguments:
  database_name        MySQL database name
  table_name           table name
  id                   primary key value to look up

optional arguments:
  -h, --help           show this help message and exit
  -V, --version        show program's version number and exit
  --user USER          MySQL user (default: "root")
  --password PASSWORD  MySQL password
  --host HOST          database host (default: "localhost")
  -z, --zero-counts    include counts of zero in output

License

CountRecordRefs is distributed under the GNU General Public License, version 3 (GPL-3.0).

Author

Markus Englund, orcid.org/0000-0003-1688-7112

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CountRecordRefs-0.2.1.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

CountRecordRefs-0.2.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file CountRecordRefs-0.2.1.tar.gz.

File metadata

File hashes

Hashes for CountRecordRefs-0.2.1.tar.gz
Algorithm Hash digest
SHA256 fd1b902d06ae0b1186a2a314e984702e08c7bb94bdfb3ec67be0a17ed4c0c482
MD5 e3c1ca9311b1bba4f7c7ba5756484981
BLAKE2b-256 36fc341e50c673f8fa32a65cf4194c9cb6ad8a569280ba4c5bad938cd1e90daa

See more details on using hashes here.

File details

Details for the file CountRecordRefs-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for CountRecordRefs-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6901102fe692e2f44985b14a7d226d1bc3087d76938838a82288a54de7a8bf10
MD5 b1534c477340eaf18cafa27f207b5012
BLAKE2b-256 cdaca2088c56fb03fb4aff1a5a326c3684d2e602817ed12d09cbc46bd49253df

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page