0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-07-02 00:07:32 +00:00
Jan Mercl bf09fc9c7a windows: fix build on Go 1,16
Updates #76

commit 44e6def788b46aad7f1f031706e99985b64bb343
Author: Jan Mercl <0xjnml@gmail.com>
Date:   Sun Nov 14 11:11:51 2021 +0100

    OK
2021-11-14 11:12:37 +01:00
2020-07-26 22:36:18 +02:00
2021-11-13 10:19:47 +01:00
2021-11-13 20:39:47 +01:00
2021-11-13 20:39:47 +01:00
2021-11-13 10:19:47 +01:00
2021-11-13 10:19:47 +01:00
2021-01-15 17:22:10 +01:00
2021-11-01 22:34:01 +01:00
2021-09-17 12:38:44 +02:00
2021-11-13 20:39:47 +01:00
2021-11-13 10:19:47 +01:00
2021-11-14 11:12:37 +01:00
2021-11-14 11:12:37 +01:00
2020-01-10 10:40:14 +01:00
2020-10-12 22:09:42 +03:00
2021-02-21 22:21:30 +01:00
2021-09-06 20:57:30 +02:00
2021-09-06 20:57:30 +02:00
2017-04-21 01:17:29 +02:00
2019-12-18 17:51:11 +01:00

sqlite

Package sqlite is a CGo-free port of SQLite.

SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.

Installation

$ go get modernc.org/sqlite

Documentation: godoc.org/modernc.org/sqlite

Builders: modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite

Description
Package sqlite is a CGo-free port of SQLite/SQLite3. SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.
Readme BSD-3-Clause 401 MiB
Languages
Go 100%