Skip to main content

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 the LLM
  3. Your database credentials (host, username, password, etc.)
  4. An API key for the model you plan to use: if you pick GPT in the wizard, either an OpenAI key (platform.openai.com) or an OpenRouter key (openrouter.ai) works — detected automatically; if you pick Gemini, you need an OpenRouter key
  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
  • Choose which model to use: GPT or Gemini
  • Enter your API key (OpenAI or OpenRouter for GPT, OpenRouter for Gemini) — 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.

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.2.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.2.1-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: schemalens_exillar-0.2.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.2.1.tar.gz
Algorithm Hash digest
SHA256 b3fb0fe74049c19285117f75e8a204cb67721c5174ca5d73ce27c6c0f2f5533e
MD5 5e6d01e24804fefebfc166c568d47177
BLAKE2b-256 4a2dff8d9b1d888225a182bcec74ce130aa020915e32f88b70e7d1ae0ff00ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for schemalens_exillar-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e898ac1aa98acdf35ed07476bc975725e55e1761ce23bb26128b71a14ac7097c
MD5 e90173f3202674290d54f3b3a9a878be
BLAKE2b-256 7d0db6a25b805e072390b42c7068c89927b620b270778cf8e929d0103836ebc6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.1 This release

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page