Coder Social home page Coder Social logo

roma's Introduction

Roma is SQL and database abstraction layer that was inspired by Creole [1]
for PHP (part of the Propel [2] project) and portions of JDBC for Java [3].

What makes libraries like Creole and Roma unique, is that there isn't just an
attempt to address API differences between databases, but an attempt is made
to adapt for the differences in SQL dialects as well.  So it is more than just
another JDBC or DBI (in fact, DBI is used under the hood in the Perl version).

Creole accomplishes this by adding some utility functions for some of the more
tricky corners of SQL.  Roma provides all those same functions, but goes a
step further by providing an object oriented SQL abstraction.  This
abstraction is rather difficult for a human to use, but allows SQL statements
to be created, analyzed and modified by code --- which was key in implementing
Xmldoom [4].

Beyond this, Roma borrows a number of interface design concepts from JDBC
which improve efficiency and easy-of-use in a number of situations (ie.
prepared statement objects, return sets, etc...).

That said, Roma is still a work in progress very early in its life.  There is
still alot that needs filling out.

Enjoy!
 - David Snopek

REFERENCES:

 [1] Creole: http://creole.phpdb.org/trac/
 [2] Propel: http://propel.phpdb.org/trac/
 [3] JDBC: http://java.sun.com/products/jdbc/
 [4] Xmldoom: http://gna.org/projects/xmldoom/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.