https://github.com/vlang/sqlite
https://github.com/vlang/sqlite
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlang/sqlite
- Owner: vlang
- Created: 2019-07-31T04:36:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T10:45:37.000Z (over 2 years ago)
- Last Synced: 2025-04-13T20:14:27.128Z (over 1 year ago)
- Language: C
- Size: 2.84 MB
- Stars: 18
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Purpose:
Make installing, and using SQLite with V as easy and unified as
possible on *every platform*, including Windows.
## Description:
`sqlite` is a thin wrapper for [the SQLite library](https://sqlite.org/), which in turn is
"a C-language library that implements a small, fast, self-contained,
high-reliability, full-featured, SQL database engine."
## Dependencies:
This project contains the amalgamated SQLite source, extracted with
the help of the `download.bat` and/or `download.sh` scripts.
The current version of the SQLite amalgamation is
https://www.sqlite.org/2022/sqlite-amalgamation-3380200.zip