angel-dart-archive / orm

moved to angel-dart/angel/packages/orm

Home Page:https://github.com/angel-dart/angel/tree/master/packages/orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package:angel_orm_mysql/angel_orm_mysql.dart missing?

u007 opened this issue · comments

commented

hi,
how do i include this dependency?
is it published in pub.dev?

commented

nvm solved:

angel_orm_mysql:
    git:
      url: https://github.com/angel-dart/orm.git
      path: angel_orm_mysql

I wouldn’t expect it to actually work, though. I only develop and test against PostgreSQL, so the differences in syntax will probably lead you to errors very quickly.

Especially with migrations, since MySQL has no serial type, and that’s what id defaults to.

Eventually I’ll work on MySQL support (there’s an issue open for a new SqlDialect abstraction), but at this time, consider MySQL unsupported.

commented

okay noted