schemacrawler-ai
Enables natural language schema queries — explore tables, keys, procedures, and get SQL help fast
Package Details
schemacrawler/schemacrawler-ai
Environment Variables
Database user name. Can be optional depending on the database connection type.
Database user password. Can be optional depending on the database connection type.
JDBC URL for database connection. If this is provided, the server, host, port and database are not used.
SchemaCrawler database plugin, for example, 'sqlserver' or 'sqlite'. Used only if the JDBC URL is not provided.
Database host. Defaults to localhost. Used only if the JDBC URL is not provided.
Database port. Defaults to the default port for the server type. Used only if the JDBC URL is not provided.
Database to connect to (optional). Used only if the JDBC URL is not provided.
How much database metadata to retrieve. Values are 'minimum', 'standard', 'detailed' or 'maximum'.
Logging verbosity level. Values are 'SEVERE', 'WARNING', 'INFO', 'CONFIG', or 'FINE'.