Astrid Ivy

Results 30 issues of Astrid Ivy

NekoDB 2.0 will be a complete rewrite.

refactor

The source code is... pretty unreadable, as there are almost no comments at all.

priority
refactor

- Fix type coersion for geospatial queries - Maybe add a built-in utility typeclass for GeoJSON objects - Add example of using geospatial schema/ indexes / queries

enhancement

This is the best way to perform case insensitive search, and should be supported. - Add a method to the cursor for collation (maybe make the Cursor a proxy of...

enhancement

```javascript instance.assign({ field: 'newValue' }) ```

enhancement
priority

For bulk insertion of data 😸

enhancement
priority

Change validation so that you can return a string to be used as a custom error message.

enhancement
priority

Give your models some extra oomph, by defining custom methods that can be called on model instances.

enhancement
priority

Allow queries to be constructed using references as if they were embedded documents: If a BlogPost Model contains a field that references the Author Model, should be able to do...

enhancement
priority

Right now, updating an embedded model doesn't update it in the models it is referenced in. This data flow should go both ways.

enhancement
priority