thelounge/server/plugins/messageStorage
Reto Brunner 899762cddd sqlite: Add infrastructure for migration tests
This sets up the testing infrastructure to test migrations we are
doing.
It's done on a in memory database directly, we are only interested
in the statements themselves and it's easier than to try and
inject a prepared db into the store.

We do add some dummy data though to make sure we actually execute
the things as we expect.
2023-02-27 14:20:29 +01:00
..
sqlite.ts sqlite: Add infrastructure for migration tests 2023-02-27 14:20:29 +01:00
text.ts textStorage: rip out client instance 2022-12-30 16:42:48 +01:00
types.d.ts Merge branch 'storageCleanup' 2023-01-22 15:23:56 +01:00