12 lines
421 B
Markdown
12 lines
421 B
Markdown
# ZipponDB Intro
|
|
|
|
ZipponDB is a relational database written entirely in Zig from scratch with 0 dependencies.
|
|
|
|
ZipponDB's goal is to be ACID, light, simple, and high-performance. It aims at small to medium applications that don't need fancy features but a simple and reliable database.
|
|
|
|
### Why Zippon ?
|
|
|
|
- Relational database (Soon)
|
|
- Simple and minimal query language
|
|
- Small, light, fast, and implementable everywhere
|