Data is an AI assistant designed to explore and query sqlite databases.
note: Data requires you to have an OpeanAI api key
export OPENAI_API_KEY="sk-..."
Data contains a few commands but is not a generalized command line, these commands are as follows
-
data: allows you to talk to data and query it for information
-
connect: connect to a database
-
disconnect: disconnect from a database
-
help: prints a help message
-
ls: list files in a directory
-
cd: change directory
-
exit: exit the program
special thank you to lthoener for their code ledit, you can find them at:
https://code.lthoerner.com/