sessions
sessions copied to clipboard
added sqlite store implementation
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.
Please fix the conflicts.