Releases: Pevensie/pevensie
Releases · Pevensie/pevensie
v1.0.0
The first production-ready release of Pevensie, the backend application framework for Gleam!
This release introduces two modules: Pevensie Auth and Pevensie Cache. Pevensie is driver based, so you'll also need to install drivers for each module you'd like to use. The only currently-available driver is Pevensie Postgres.
Pevensie Auth
Pevensie Auth is a full user authentication solution for your Gleam backend apps. Currently it only supports eamil/password authentication, but further auth methods are planned.
Pevensie Cache
Pevensie Cache is a simple way to cache data in your backend applications. How this is cached will vary by driver, but the Postgres driver uses an UNLOGGED
database table with optimised indices for extremely fast reads and writes.