Only allow queries on array instances
Currently, a query on an object table (e.g., db.obj = {}
) only fails at execution time (e.g., get()
, etc.).
Instead, it should fail fast at the attempt to create a where()
clause and throw a TypeError
.
Currently, a query on an object table (e.g., db.obj = {}
) only fails at execution time (e.g., get()
, etc.).
Instead, it should fail fast at the attempt to create a where()
clause and throw a TypeError
.
Like this? Fund us! Your patronage helps keep us independent and going.