Conversation
TBD: - abstract startup (db connection intialization) - decide how to select backend in config
Resolves merge conflict
|
Shoot I forgot to |
|
How much do you need this? I'd rather not have to complicate the logic for this unless postgres is really a non-starter for people, which I don't see why it would be |
Hey, thanks for taking a look. I don't need it, but it would be undoubtedly much more convenient to deploy a single binary or container with SQLite or Rocksdb as a backend. Additionally, in my opinion this makes the logic less complicated (see In any case, you may wish to leave this open until the server is more widely used, to get a sense of whether others also feel removing the postgres dependency eases deployment. Cheers |
Initial abstraction with working Postgres and stub Rocksdb
TBD: