This commit is contained in:
Rolands 2022-11-28 14:43:40 +02:00
parent be349bb228
commit b442c70656

View file

@ -5,8 +5,11 @@
Say goodbye to REST APIs. No more API middleware and DB interfacing functions and wrappers and handlers. Write your SQL queries on the frontend and have their results be automagically refreshed on all clients when a resource is changed on the server DB.
Check [basic demo](./demos/basic/README.md) to try an interactive bare-bones demonstration.
Check [secure framework demo](./demos/framework/README.md) to try an interactive demonstration on a Svelte-Vite app!
NB! These might not work sometimes, bcs i use them to develop the lib and forget to reset them. Just look for the import errors and in the source uncomment the right import.
Comes with a class for auto securing the SQL, so no worries about injections. And even a simple Vite plugin that wraps it 🥳
## TODOs 📝
@ -14,6 +17,8 @@ Comes with a class for auto securing the SQL, so no worries about injections. An
* Keyed SQL queries
* Better SQL dependency distinguisher on queries
* Typescript migration
* Rate-limit query updates
* Threading paralization pipelines for async querry queues
* plenty more
# Dont be shy to try this out on your small project. Feedback from real world use cases is much appreciated 🥰