GPT を使用して Postgres データベースに送信する NPM スクリプトの提供を開始する
A CLI tool that will let you ask GPT questions about any Postgres database. Just provide your connection details, and ask-your-database automatically loads up the schema, gets example data, and runs queries for you. It works best with GPT-4. Note: This will directly run queries provided by GPT on the database that you provide. Unless…