mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 14:15:57 -06:00
upd
This commit is contained in:
parent
be349bb228
commit
b442c70656
1 changed files with 5 additions and 0 deletions
|
|
@ -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 🥰
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue