All Projects → grob → ringo-sqlstore

grob / ringo-sqlstore

Licence: other
RingoJS ORM implementation for SQL databases

Programming Languages

javascript
184084 projects - #8 most used programming language
PEG.js
56 projects

Note: If you just need PostgreSQL you might want to have a look at ringo-pgclient.

About Ringo SQLstore

Ringo SQLstore is a lightweight ORM/storage implementation for RingoJS. It uses JDBC for communication with databases. Current features are:

  • Creation of tables and sequences
  • Transaction support
  • Lazy loading
  • One-to-one, one-to-many and many-to-many mappings
  • Connection pooling
  • Object caching
  • Easy SQL-like querying

Currently supported databases are H2, MySQL, Oracle (XE) and PostgreSQL. H2 is part of the package, so you can start right off using it without the hassle of installing and configuring a database.

Status

Although Ringo SQLstore is pre-1.0, it has been used in production in various applications for several years now. Nevertheless chances are that on the way to version 1.0 there will be incompatible API changes.

Documentation

Documentation is available at https://github.com/grob/ringo-sqlstore/wiki

Acknowledgements

SQLstore is heavily inspired by

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].