dorm 0.2.1 copy "dorm: ^0.2.1" to clipboard
dorm: ^0.2.1 copied to clipboard

discontinued
outdatedDart 1 only

Dorm is an ORM mapping on the client, the goal is to hook it up with existing server-side ORM solutions (Hibernate, EntityFramework, ...) The example includes a JSON based Dart server for testing p [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dorm

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dorm: ^0.2.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dorm/dorm.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dorm is an ORM mapping on the client, the goal is to hook it up with existing server-side ORM solutions (Hibernate, EntityFramework, ...) The example includes a JSON based Dart server for testing purposes. You can also generate client-side entities using build_entities.dart, any changes to the bin/dbo JSON files will be reflected.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

browser, mdv_observe

More

Packages that depend on dorm