sessions icon indicating copy to clipboard operation
sessions copied to clipboard

added sqlite store implementation

Open terem42 opened this issue 3 years ago • 1 comments

This PR adds SQLite3 session store, based on thread-safe, high performant SQLite storage, using SQLite database with connections pool, shared memory and write-ahead journal, making possible to use SQLite in real world app scenarios for small-to-medium sized apps.

terem42 avatar Jul 02 '21 14:07 terem42

Please fix the conflicts.

appleboy avatar Oct 02 '21 13:10 appleboy