Sunday, September 1, 2013

connectors/drivers for Dart

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/

2 comments:

  1. These are connectors/drivers not ORM's.

    ReplyDelete
  2. That is true.
    I originally planned to collect ORMs for Dart. Anyway I will change the title.

    ReplyDelete