Comment on SurrealDB: Distributed document-graph database for the realtime webparentComments−PYTHONDJANGO3yAfter many experiments we found that it makes a lot of sense to handle these things at the data access layer and not make your project depend on some special kind of data store.Orbitjs looks interesting for this approach https://orbitjs.com/.Not sure if there are many different tools following this model.
Comments
After many experiments we found that it makes a lot of sense to handle these things at the data access layer and not make your project depend on some special kind of data store.
Orbitjs looks interesting for this approach https://orbitjs.com/.
Not sure if there are many different tools following this model.