Header banner
Revain logoHome Page
Zachary Greene photo
1 Level
822 Review
57 Karma

Review on KeystoneJS by Zachary Greene

Revainrating 5 out of 5

Great at building an application but not much of

I like that KeystoneJS gives me great control over my database and allows me to build out my database schema without having to worry about the underlying structure. I dislike that there isn't a robust way to build out a schema and that there are no robust ORM's. If you are looking for a robust ORM that will allow you to easily build out your schema and that will keep your schema up to date, KeystoneJS is the tool for you. I am creating a site that allows people to submit posts and comments. I am using KeystoneJS to store my MongoDB data and I am using Express to build out my API.

img 1 attached to KeystoneJS review by Zachary Greene



Pros
  • The ability create custom queries against DB objects made simple through Knex (kuex) library as well!