简体   繁体   中英

Is there a production stable RDBMS module for RingoJS

I just ported a web app from Java/Tomcat to RingoJS and threw out tons of ceremony code and configuration. This Javascript AppServer is just great. So far I used the integrated JSON file storage, but now have to add database support (H2). There is a ringo-sqlstore and a ringo-hibernate module. Does anybody have experience with stability, performance, ease of development - recommendations?

I guess none of the two are really mature, which means you'll probably detect some rough edges as you go.

Of course Hibernate itself is a very mature project, but it's also quite large and complex. I'd say there are less chances stumble over bugs with ringo-hibernate, but on the other hand problems with ringo-sqlstore may be easier to understand and fix.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM