How to use processes instead of ecto/db as the target for a GraphQL api

Seeing that I’ll soon have a first ready-for-use version of an sqlite Ecto 3 adapter then that won’t be a separate service and won’t be an Ops concern (since sqlite is a single-file DB that runs inside your application’s process).

Or you can use @lucaong’s CubDB.

1 Like