Skip to content

allencblee/ringo-sqlstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

320 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Entity cache

Supported databases are H2, MySQL (5.x), Oracle (XE) and PostgreSQL (8.x). H2 is part of the package, so one can start right off using it without the hassle of installing and configuring a database.

SQLstore is heavily inspired by

Status

Ringo SQLstore is experimental beta, so expect bugs and performance issues as well as significant API changes.

Documentation

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

About

RingoJS ORM implementation for SQL databases

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • CSS 0.9%