gotosocial/internal/api/client/account
kim ed46224573
Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)
* Add SQLite support, fix un-thread-safe DB caches, small performance fixes

Signed-off-by: kim (grufwub) <grufwub@gmail.com>

* add SQLite licenses to README

Signed-off-by: kim (grufwub) <grufwub@gmail.com>

* appease the linter, and fix my dumbass-ery

Signed-off-by: kim (grufwub) <grufwub@gmail.com>

* make requested changes

Signed-off-by: kim (grufwub) <grufwub@gmail.com>

* add back comment

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-08-29 16:41:41 +02:00
..
account.go Block/unblock (#96) 2021-07-11 16:22:21 +02:00
account_test.go Move a lot of stuff + tidy stuff (#37) 2021-05-30 13:12:00 +02:00
accountcreate.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
accountcreate_test.go Timeline manager (#40) 2021-06-13 18:42:28 +02:00
accountget.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
accountupdate.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
accountupdate_test.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
accountverify.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
accountverify_test.go Ap (#14) 2021-05-08 14:25:55 +02:00
block.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
follow.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
followers.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
following.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
relationships.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
sqlite-test.db Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
statuses.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
unblock.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
unfollow.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00