Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).