fastify-session-sqlite-store
v1.0.4
Published
A fastify session store using sqlite
Downloads
18
Readme
fastify-session-sqlite-store
SQLite session store for fastify.
- Requires @mgcrea/fastify-session to handle sessions.
- Relies on better-sqlite3 to interact with sqlite.
- Built with TypeScript for static type checking with exported types along the library.