There are a few thirdparty library of connectors/drivers for SQL/NoSQL.
sqljocky for MySQL
https://github.com/jamesots/sqljocky
Postgres
http://pub.dartlang.org/packages/postgresql
MongoDB
https://github.com/vadimtsushko/mongo_dart/
CouchDB
using httpclient
Riak database
https://code.google.com/p/riak-dart/
sqljocky for MySQL
https://github.com/jamesots/sqljocky
Postgres
http://pub.dartlang.org/packages/postgresql
MongoDB
https://github.com/vadimtsushko/mongo_dart/
CouchDB
using httpclient
Riak database
https://code.google.com/p/riak-dart/
These are connectors/drivers not ORM's.
ReplyDeleteThat is true.
ReplyDeleteI originally planned to collect ORMs for Dart. Anyway I will change the title.