Skip to content
/ debby Public

Debby is a database stored in a file. Similar to SQL lite

Notifications You must be signed in to change notification settings

hawk0120/debby

Repository files navigation

Debby is file based database system. I enjoy the speed and ease of sqlLite, but found myself wanting something even simpler so I built a database system that stores data in a file. It has read, write, and update commands. It loads the entire database into memory when the read command is called. Its a simple solution for small projects.

About

Debby is a database stored in a file. Similar to SQL lite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages