loremaster icon indicating copy to clipboard operation
loremaster copied to clipboard

Database Considerations

Open seanpmyers opened this issue 3 years ago • 1 comments

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

seanpmyers avatar Sep 14 '22 12:09 seanpmyers

Currently using PostgreSQL

seanpmyers avatar Nov 26 '22 14:11 seanpmyers