Hi all, Just wanted to let you know we just recently published a new ORM/query engine called patio <http://pollenware.github.com/patio/index.html>, its inspired by Sequel <http://sequel.rubyforge.org/> and supports most of what sequel does.
Some of its features include: - Support for connection URIs and objects<http://pollenware.github.com/patio/connecting.html> - Supported Databases - MySQL - Models <http://pollenware.github.com/patio/models.html> - Associations <http://pollenware.github.com/patio/associtaions.html> - Simple adapter extensions - Migrations <http://pollenware.github.com/patio/migrations.html> - Integer and Timestamp based. - Powerful query API <http://pollenware.github.com/patio/querying.html> - Transactions<http://pollenware.github.com/patio/api/symbols/patio.Database.html#transaction> - Savepoints - Isolation Levels - Two phase commits - SQL Datatype casting - Full database CRUD operations<http://pollenware.github.com/patio/DDL.html> - createTable<http://pollenware.github.com/patio/api/symbols/patio.Database.html#createTable> - alterTable<http://pollenware.github.com/patio/api/symbols/patio.Database.html#alterTable> - dropTable<http://pollenware.github.com/patio/api/symbols/patio.Database.html#dropTable> - insert<http://pollenware.github.com/patio/api/symbols/patio.Dataset.html#insert> - multiInsert<http://pollenware.github.com/patio/api/symbols/patio.Dataset.html#multiInsert> - update<http://pollenware.github.com/patio/api/symbols/patio.Dataset.html#update> - remove<http://pollenware.github.com/patio/api/symbols/patio.Dataset.html#remove> - filter<http://pollenware.github.com/patio/api/symbols/patio.Dataset.html#filter> Thanks, -Pollenware -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
