~timharek/hima#65: 
Move from PocketBase to SQLite?

I feel like PocketBase is holding the project back in terms of development speed, it's not easy to get started when you have to run PocketBase alongside Hima.

Pros with PocketBase:

  • Provides a dedicated UI for managing the database
  • Built-in auth
  • Permission-based actions (included with auth)

Cons with PocketBase:

  • Not easy to setup (ie have to run alongside Hima)
  • Have to provide PocketBase-client for every CRUD action

There might be more.

The biggest advantage with just using SQLite is that it's super portable and nothing has to run in the backround. The SQLite-packages for Deno interacts with the local-file just fine.

I'm open for discussion.

Status
REPORTED
Submitter
~timharek
Assigned to
No-one
Submitted
4 months ago
Updated
4 months ago
Labels
need-feedback