vsql is a single-file SQL database written in the V programming language with no external dependencies.
VS
- Source Code
- https://github.com/elliotchance/vsql[01]
- Developer
- Country of Origin
- US
- Start Year
- 2021 [02]
- Former Name
- vdb
- Project Types
- Hobby, Open Source
- Written in
- V
- Compatible With
- PostgreSQL
- License
- MIT License
vsql is a single-file SQL database written in the V programming language with no external dependencies.
Citations
2 sources- GitHub - elliotchance/vsql: ✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V. · GitHub github.com
- Very basic initial implementation All data is stored in a single file and the most basic forms of CREATE TABLE, DELETE, DROP TABLE, INSERT, SELECT and UPDATE. Only two data types: CHARACTER VARYING(n) and FLOAT are supported. github.com
Revision #1
Last Updated: