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 (comma-separated, e.g. public,sales), or press Enter to include all schemas
  • 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.1.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.1-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: schemalens_exillar-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 ba99898bd285d3e5c55b8cae89c0ff5bcfa9f3f681221b36cbd0fe8d5dba1d79
MD5 ab6ea657d84d1f34dc13e1292d797bee
BLAKE2b-256 952ecbbbc8e32489b36109602e296756d7c4a3f280337d12c29ef8bcd4290003

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for schemalens_exillar-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 058ea8ae29e03f48a1d99d1035c0f09a2594d28a36094c61ffdd501b151c4747
MD5 63f1bd90f26a59826654ef5a0ab46866
BLAKE2b-256 05315e426f18f88f0474b60b0894595a224570858d0ef5e335dd5cf0beea09ce

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