Is your feature request related to a problem or challenge?
Relays rely on a relational database for storing state, and currently only PostgreSQL is supported. This is inconvenient for use-cases where a single binary is deployed on an embedded system.
Describe the solution you'd like
Add optional support for an embedded database such as SQLite.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
Relays rely on a relational database for storing state, and currently only PostgreSQL is supported. This is inconvenient for use-cases where a single binary is deployed on an embedded system.
Describe the solution you'd like
Add optional support for an embedded database such as SQLite.
Describe alternatives you've considered
No response
Additional context
No response