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

https://github.com/vlang/sqlite


https://github.com/vlang/sqlite

Last synced: over 1 year ago
JSON representation

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