Oyelowo / surreal-orm

Powerful & expressive ORM/query-builder/static checker for raw queries/Fully Automated migration tooling , designed to offer an intuitive API, strict type-checking, novel features, & full specification support. It provides a fresh perspective in data management. Currently supports SurrealDB engine. RDMSs(PG, MYSQL etc) and others coming soon
85 stars 2 forks source link

live queries #72

Open johansmitsnl opened 3 weeks ago

johansmitsnl commented 3 weeks ago

Are live queries supported?

Oyelowo commented 3 weeks ago

@johansmitsnl yes, they are. Just wrap any query with the function - I.e live(select(..))

Are you using this already?