Sunday, 13 January 2019

Node Models

After having great success on my previous project (git-admin) which received over 1.1K downloads in 8 days I've decided to get to work on another project.​My next project is node-models. It's an ORM for Node that currently uses lowdb as it's database driver with plans to support mysql and sqlite in the future. As I've just released the initial version it has tons of features, here's a list of some:CreatingTablePrimary KeyForeign KeyModel RelationshipsFillable AttributesHidden AttributesSettersGettersGetting and Setting AttributesSetGetQueryingFindFind Or CreateWhereUpdateSaveUtilitiesModelAuto IncrementIdentifierNext IdentifierExistsDirtyIs DirtySet DirtyClear DirtyHas AttributeHas RelationHas GetterHas SetterStoreHas StoreCreate StoreIs FillableIs HiddenTo ObjectI'd love for you guys to check it out and give me some constructive criticism!

Submitted January 13, 2019 at 08:50PM by shocked-pikachu

No comments:

Post a Comment