8456 shaares
201 private links
201 private links
9 results
tagged
frontend
Static web publishing for Front-End Developers
caused by AI? Such an AI is incompetent.
And the related project to use SQLite in memory of a frontend app.
The database file is loaded from a server or a local file... which can be convenient for offline databases!
If the database is available online, it is still ok if it is small and the SQLite file can be downloaded :)
The deficiencies of SQL to use it as frontend databases:
- Standard SQL doesn’t support nesting
- SQL syntax is verbose and non-uniform.
- SQL’s scalar expression language is weird and limited
- SQL doesn't have good tools for metaprogramming and changing the shape of a query at runtime
Good points! I have use cases where a frontend database approach will work perfectly!
About Svelte, React and WebComponents, . Somethings to remember