SynapseDB is an intelligent database query system that allows users to interact with databases using simple English sentences instead of writing SQL.
It uses DeepSeek NLP models for natural language processing, Rust for high-performance query handling, and Golang for scalable backend services.
git clone https://github.com/DeveloperAromal/SynapseDB.git
cd SynapseDB
- Copy the example environment file:
cp .env.example .env
- Open
.env
and add your OpenRouter API Key.
Start the backend server using Go:
go run main.go
Navigate to the tests
folder and run:
cd tests
python test.py
- Ensure you have Go, Python 3, and Rust installed.
- The commit history on GitHub serves as proof of development, showing when the project was started, what changes were made, and by whom.