staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 67 forks source link

WIP: Memory datastore implementation #32

Closed dstpierre closed 2 years ago

dstpierre commented 2 years ago

This datastore provider will allow the CLI to use the same backend server.

At this moment the CLI uses its own server, and lots of the backend functionalities is duplicated.

The CLI will be able to import the memory data provider directly and will benefits using the same backend code and logic.

This will create a 100% identical local development via the CLI without having to install anything.