Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maragudk/sqlite
An experimental SQLite database driver.
https://github.com/maragudk/sqlite
database-driver golang sqlite
Last synced: 10 days ago
JSON representation
An experimental SQLite database driver.
- Host: GitHub
- URL: https://github.com/maragudk/sqlite
- Owner: maragudk
- License: other
- Created: 2022-12-15T19:30:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T20:43:39.000Z (8 months ago)
- Last Synced: 2024-03-21T21:45:14.626Z (8 months ago)
- Topics: database-driver, golang, sqlite
- Language: C
- Homepage:
- Size: 3.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite
An opinionated experimental SQLite database driver.
Don't use this yet.
## Goals
The goal is to support a subset of the SQLite API and features, with opinionated defaults
suitable for SQLite usage in modern Go applications.- A modern driver API (no more `init` magic initialization).
- Defaults to WAL journaling mode.
- Foreign keys checks are enabled by default.
- A default busy timeout of 5 seconds.
- Helpful error messages.Made in 🇩🇰 by [maragu](https://www.maragu.dk/), maker of [online Go courses](https://www.golang.dk/).