4

I like the way RedBeanPHP works, but it is written in PHP. so my question is: Is there any on-the-fly ORM for NodeJs, that works like RedbeanPHP ?

lumat
  • 51
  • 2

2 Answers2

1

This is what you want Tayr it's still in development, but you can give it a chance.

Burawi
  • 451
  • 4
  • 16
0

I am currently porting RedBeanPHP into Node.js which is named RedBeanNode. It has basic features of RedBeanPHP and the api design is very similar to RedBeanPHP.

Check out on: https://github.com/louislam/redbean-node

Louis
  • 325
  • 3
  • 11