loremaster
loremaster copied to clipboard
Database Considerations
Database Considerations
Context
Databases are a common and effective way to retain information that is entered into the application.
Databases take on various forms and have a variety of different implementations.
Inspirations
PocketBase
PocketBase uses SQLite and embeds it into the back-end as a single executable. It runs in write ahead logging (WAL) to improve performance (in specific contexts with trade-offs).
Options
Currently using PostgreSQL