Hacker News new | ask | show | jobs
by garganzol 1185 days ago
Why does it need a database on the client side? Sounds like a significant restriction. A lot of apps do not have a database at all or have an exotic one (NoSQL).
2 comments

It looks like the client is designed to connect to a publicly accessible MySQL/MSSQL server. I don’t know if that’s better or worse than a client-side database!
It's poor design
It doesn't need a database on the client side. It can connect to a server-side DB.