Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliotchance/vsql

✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.
https://github.com/elliotchance/vsql

database sql vlang vlang-cli vlang-library

Last synced: 1 day ago
JSON representation

✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.

Awesome Lists containing this project

README

        

✌️ vsql
======

vsql is a [single-file](https://vsql.readthedocs.io/en/latest/cli.html) or
[PostgreSQL-server compatible](https://vsql.readthedocs.io/en/latest/server.html),
[transactional](https://vsql.readthedocs.io/en/latest/transaction.html),
[SQL-compliant](https://vsql.readthedocs.io/en/latest/sql-compliance.html)
database written in pure [V](https://vlang.io) with zero dependencies.

After
[installing or updating](https://vsql.readthedocs.io/en/latest/install.html),
you can use vsql
[within your V applications](https://vsql.readthedocs.io/en/latest/v-client-library.html),
interact with database files using the
[CLI](https://vsql.readthedocs.io/en/latest/cli.html), or connect to a database
using the
[built-in PostgreSQL-compatible server](https://vsql.readthedocs.io/en/latest/server.html).

See the full documentation at [vsql.readthedocs.io](https://vsql.readthedocs.io/)
or use one of the quick links:

- [FAQ](https://vsql.readthedocs.io/en/latest/faq.html)
- [CLI](https://vsql.readthedocs.io/en/latest/cli.html)
- [Supported PostgreSQL clients](https://vsql.readthedocs.io/en/latest/postgresql-clients.html)
- [Features](https://vsql.readthedocs.io/en/latest/features.html)
- [SQL Reference](https://vsql.readthedocs.io/en/latest/features.html)
- [Contributing](https://vsql.readthedocs.io/en/latest/contributing.html)
- [Functions](https://vsql.readthedocs.io/en/latest/functions.html)
- [SQLSTATE](https://vsql.readthedocs.io/en/latest/sqlstate.html)
- [SQL Compliance](https://vsql.readthedocs.io/en/latest/sql-compliance.html)