DataLang, an MVP built this week on top of SaasRock v0.8.8.
Idea: You ask something in natural language, and your database answers you in natural language.
Try the demo here or watch the video here.
I want to achieve multiple things with this MVP:
DataLang is designed to make database interaction intuitive and user-friendly. Here's how it works:
I understand the importance of data security. That's why your data source credentials are encrypted before being stored in the DataLang database, and only decrypted before executing SQL. I use this method to encrypt/decrypt credentials.
My prompt engineering method uses 4 prompts:
In the 4 steps, the prompts make sure to throw an "Unsafe question" error if it identifies dangerous operations, such as INSERT, UPDATE, DELETE, ALTER, DROP...
Use your account API Keys to send questions in the following format:
Read the full DataLang blog post here or subscribe to its newsletter.