Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.
- Host: GitHub
- URL: https://github.com/elliotchance/vsql
- Owner: elliotchance
- License: mit
- Created: 2021-07-19T23:55:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T21:03:53.000Z (about 1 month ago)
- Last Synced: 2024-12-24T21:21:14.643Z (about 1 month ago)
- Topics: database, sql, vlang, vlang-cli, vlang-library
- Language: V
- Homepage: https://vsql.readthedocs.io
- Size: 2.41 MB
- Stars: 309
- Watchers: 13
- Forks: 20
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE
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)