mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
ac6ed3d939
* upstep bun and sqlite versions * allow specific columns to be updated in the db * only update necessary columns for user * bit tidier * only update necessary fields of media_attachment * only update relevant instance fields * update tests * update only specific account columns * use bool pointers on gtsmodels includes attachment, status, account, user * update columns more selectively * test all default fields on new account insert * updating remaining bools on gtsmodels * initialize pointer fields when extracting AP emoji * copy bools properly * add copyBoolPtr convenience function + test it * initialize false bool ptrs a bit more neatly |
||
---|---|---|
.. | ||
lib | ||
AUTHORS | ||
CONTRIBUTORS | ||
doc.go | ||
embed.db | ||
embed2.db | ||
generator.go | ||
LICENSE | ||
Makefile | ||
mutex.go | ||
norlimit.go | ||
README.md | ||
rlimit.go | ||
rulimit.go | ||
SQLITE-LICENSE | ||
sqlite.go | ||
sqlite_go18.go | ||
tpch.sh | ||
unconvert.sh |
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.
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
Builders
modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite