Skip to main content

CLI tool that reads a database schema and generates documentation using an LLM.

Project description

SchemaLens-Exillar — Quick Start Guide

CLI tool that connects to a database (PostgreSQL, MySQL, SQL Server, Snowflake, Databricks, or MongoDB), reads the schema, and uses an LLM to generate documentation automatically. No frontend. No manual input beyond a one-time setup wizard.

Requirements

  1. Python 3.11 or newer
  2. Internet access — to install the package, connect to your database, and call OpenAI
  3. Your database credentials (host, username, password, etc.)
  4. An OpenAI API key (platform.openai.com) — you're billed by OpenAI directly for usage
  5. SQL Server only: an ODBC Driver for SQL Server installed on your machine (not installed by pip — download here)
  6. Linux only, for diagram PNG export: libcairo2 system package (sudo apt install libcairo2)

Step-by-step

1. Create a virtual environment (recommended and required)

Don't install directly into your system Python — always use a virtual environment to avoid conflicts with other packages.

python -m venv venv

Activate it:

  • Windows: venv\Scripts\activate
  • Mac/Linux: source venv/bin/activate

2. Install (pick the extra matching your database)

pip install SchemaLens-Exillar[postgres]

Options: [postgres], [mysql], [sqlserver], [snowflake], [databricks], [mongodb], or [all] for every driver.

3. Run

SchemaLens-Exillar

4. Answer the wizard's questions

  • Pick your database type (enter the number)
  • Choose to paste a full connection string, or enter host/port/username/password one by one
  • (Optional) Type specific schema names to limit scope, or press Enter to document everything
  • Enter your OpenAI API key — never saved, asked fresh every run
  • Choose where to save the output (press Enter for current folder)

5. Wait for it to finish

You'll see a simple progress line per batch of tables being processed.

6. Open your files

Three files are created in the folder you chose:

  • er_diagram_<yourdatabase>.html — interactive diagram, open in any browser
  • schema_documentation_<yourdatabase>.xlsx — Excel workbook with full column descriptions
  • Suggestion_Report_<yourdatabase>.docx — suggested keys/relationships for review

Run it again anytime — older files are never overwritten, each run adds a number + timestamp.

Each new session, reactivate the venv first (venv\Scripts\activate / source venv/bin/activate) before running SchemaLens-Exillar again.

Note: nothing is ever saved to disk — no .env file, no saved password, no saved API key. You'll enter your credentials fresh every time you run it.

License

MIT — see LICENSE.

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

schemalens_exillar-0.1.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

schemalens_exillar-0.1.0-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

Details for the file schemalens_exillar-0.1.0.tar.gz.

File metadata

  • Download URL: schemalens_exillar-0.1.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for schemalens_exillar-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a8633ca04290e46f308d06744f2b1f09d2cfb5fea34de3e421a968b95e3e0430
MD5 a07e717769cba9f1af8f3cdf808a2bde
BLAKE2b-256 024ce6082b857c70a8f3bbcb9a2da081a45c3f5801ac59737ea31ffdbad2093e

See more details on using hashes here.

File details

Details for the file schemalens_exillar-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for schemalens_exillar-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 62a324e2df241fcdbb4db67bb84fa1d3fac94774b2aea10f402979a8c80b9cac
MD5 3d14cdd12a55f7cc58c47988f101b97a
BLAKE2b-256 569cd008ca17b17af31f0201847b621c98cb659eaaff3591e9decaa3598c564d

See more details on using hashes here.

Supported by

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