graffy icon indicating copy to clipboard operation
graffy copied to clipboard

Live queries for graph-shaped data

Results 13 graffy issues
Sort by recently updated
recently updated
newest added

Default value of a field is not possible in VIEWS, so ignoring default check in the same

TL:DR; Replace watch() with incremental read() polling ### Why The current implementation of watch() is complex to implement in providers and doesn't support back-pressure or resumption. ### Steps - [...

# Why? - A Graffy-specific binary serialization of the will reduce bandwidth needs - As part of this effort, we will keep encoded keys within Graffy as UInt8Arrays rather than...

This is for reference only; it is an attempt to use Postgres joins instead of Graffy fill to serve queries that need resource expansion.

This is a nice-to-have for 1.0. As a prerequisite, we should add a soft convention for naming indexes, e.g. as '$`, then we can do: - `/posts?by=time&first=10&fields=slug,title,at,authors(first:1,name,avatar)` should become: ```js...

enhancement
good first issue

- This watch handler did not yield an initial value within five seconds. If it's a change handler only, please ensure that it yields `undefined` first. - (more)