{"library":"askdb","type":"library","category":null,"description":"AskDB is a CLI tool that converts natural-language questions into validated SQL queries for configured SQL dialects (e.g., PostgreSQL). It connects to a local or remote database, uses an LLM (OpenAI by default) to generate SQL, and returns results or a dry-run of the query. Currently at version 1.0.0-beta.20, it requires Node >=20 and is under active beta development. Key differentiators: it validates generated SQL against the database schema, supports dry-run mode, and focuses on CLI-first interaction.","language":"javascript","status":"active","version":"1.0.0-beta.20","tags":["javascript","askdb","cli","nl-to-sql","natural-language-to-sql","postgres","postgresql","ai","llm"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install askdb","imports":["import AskDB from 'askdb'","npx askdb \"your question\""]},{"cmd":"yarn add askdb","imports":[]},{"cmd":"pnpm add askdb","imports":[]}],"homepage":"https://github.com/Ygilany/AskDB#readme","github":"https://github.com/Ygilany/AskDB","docs":null,"changelog":null,"pypi":null,"npm":"askdb","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}