Open ansarizafar opened 4 years ago
@ansarizafar It is in our roadmap to have a server-based version of LiteDB. There is no time table for it yet, though.
Is LiteDB roadmap available somewhere? specially showing features you are planning for server-based version of LiteDB.
Is LiteDb a good choice for a Blazor server application?
How can I connect LiteDb hosted with Blazor server app from LiteDb.Studio on my desktop pc.
How can I take backup of LiteDb hosted with Blazor server app.
When will Async/wait support land?
Is it possible to use Linq queries in LiteDb.Studio?
What advantage would there be with a server based LiteDB vs MongoDB? The latter would seem to satisfy the needs for a server based NoSQL solution.
@tjmoore Server based would allow us to develop additional use cases that can be used both as embedded and server based, also offline first scenarios will be easier to develop for if we have a server version too.
What advantage would there be with a server based LiteDB vs MongoDB? The latter would seem to satisfy the needs for a server based NoSQL solution.
maybe more small,more lite,more C#-native
Relational databases are hard and Nosql databases lack relational features. LiteDB is simple and easy to use. Why not developed LiteDb as a server based complete database to replace decades old relational databases for .net applications?