Home

Standardized Query Language Generator is a Command line tool to automate or create sample database entries for your tables. It's very useful where creating tables and generate rows automatically.

Installation

pip install sqlg

Commands

  • sqlg -i /path/to/your/file - Run sqlg from file.
  • sqlg -help - Print help message and exit.

Usage

You can tell the json file to sqlg using -i command::

sqlg -i /path/to/your/file

Help

Once that's done, you can explore the command line script called sqlg::

sqlg --help