DartORM:DART语言的数据库ORM

时间:2024-05-22 17:19:34
【文件属性】:

文件名称:DartORM:DART语言的数据库ORM

文件大小:31KB

文件格式:ZIP

更新时间:2024-05-22 17:19:34

dart orm database database-orm Dart

DartORM 易于使用且易于设置的Dart数据库ORM。 它处于开发的最开始阶段,尚未准备好用于生产。 任何反馈,我们将不胜感激。 随时贡献! 特征 注解 注释可以就地使用: import 'package:dart_orm/orm.dart' as ORM; @ORM . DBTable ( 'users' ) class User extends ORM . Model { // Every field that needs to be stored in database should be annotated with @DBField @ORM . DBField () @ORM . DBFieldPrimaryKey () int id; @ORM . DBField () String givenName; // column name


【文件预览】:
DartORM-master
----.travis.yml(232B)
----example()
--------example.dart(3KB)
----test()
--------postgres_integration_test.dart(1KB)
--------mongodb_integration_test.dart(1KB)
--------mysql_integration_test.dart(2KB)
--------integration()
--------README.md(308B)
--------test.dart(308B)
----docker-compose.yaml(939B)
----LICENSE(1KB)
----.gitignore(43B)
----pubspec.yaml(792B)
----CHANGELOG.md(1KB)
----lib()
--------src()
--------dart_orm.dart(235B)
----README.md(4KB)

网友评论