diff options
author | 2022-04-24 12:26:22 +0200 | |
---|---|---|
committer | 2022-04-24 12:26:22 +0200 | |
commit | 88979b35d462516e1765524d70a41c0d26eec911 (patch) | |
tree | fd37cb19317217e226ee7717824f24031f53b031 /vendor/modernc.org/sqlite/README.md | |
parent | Revert "[chore] Tidy up federating db locks a tiny bit (#472)" (#479) (diff) | |
download | gotosocial-88979b35d462516e1765524d70a41c0d26eec911.tar.xz |
[chore] Update bun and sqlite dependencies (#478)
* update bun + sqlite versions
* step bun to v1.1.3
Diffstat (limited to 'vendor/modernc.org/sqlite/README.md')
-rw-r--r-- | vendor/modernc.org/sqlite/README.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/vendor/modernc.org/sqlite/README.md b/vendor/modernc.org/sqlite/README.md index c7bbeb797..d4ff85132 100644 --- a/vendor/modernc.org/sqlite/README.md +++ b/vendor/modernc.org/sqlite/README.md @@ -5,10 +5,19 @@ 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 +## Thanks + +This project is sponsored by Schleibinger Geräte Teubert u. Greim GmbH by +allowing one of the maintainers to work on it also in office hours. + +## Installation $ go get modernc.org/sqlite -Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite) +## Documentation + +[godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite) + +## Builders -Builders: [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite) +[modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite) |