spytheman / vlang_sqlite

An experimental fork of the V's `sqlite` module. Please use the original with `v install sqlite`

Repository from Github https://github.comspytheman/vlang_sqliteRepository from Github https://github.comspytheman/vlang_sqlite

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, 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

About

An experimental fork of the V's `sqlite` module. Please use the original with `v install sqlite`


Languages

Language:C 99.8%Language:V 0.2%Language:Shell 0.0%Language:Batchfile 0.0%