mirror of
1
Fork 0
gotosocial/internal/db
Daenney 137ef5a9ff
[feature] Default to WASM-based SQLite driver (#3053)
* [feature] Default to WASM-based SQLite driver

With 0.16 out this switches our default SQLite driver to the WASM-based
solution instead. So far the driver seems to perform just as well.
Switching our default should result in it getting a bit more testing
during the 0.17 development cycle.

* add the ol' john hancock

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-06-29 09:35:57 +02:00
..
bundb
postgres [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2024-05-27 17:46:15 +02:00
sqlite
account.go
admin.go
application.go [performance] cached oauth database types (#2838) 2024-04-15 14:22:21 +01:00
basic.go
db.go
domain.go
emoji.go
error.go
filter.go
headerfilter.go
instance.go
list.go
marker.go
media.go
mention.go
move.go
notification.go
params.go
poll.go
relationship.go
report.go
rule.go
search.go
session.go
status.go
statusbookmark.go
statusfave.go
tag.go
thread.go
timeline.go [feature] Hashtag federation (in/out), hashtag client API endpoints (#2032) 2023-07-31 15:47:35 +02:00
tombstone.go
user.go
util.go