platform/packages/model
Patrick Stewart e4775d1ea9
Some checks are pending
Angel3 CI / Validate framework package (push) Waiting to run
Angel3 CI / Validate ORM packages (push) Waiting to run
Remove: deleting melos jetbrains artifacts
2024-10-01 20:11:25 -07:00
..
example Upgraded lints to 3.0.0 2023-12-24 09:52:57 +08:00
lib Updated models 2023-01-02 09:01:11 +08:00
.gitignore Publish angel3_model 2021-05-14 15:23:53 +08:00
analysis_options.yaml Updated auth, model, container and its generator 2021-09-26 14:53:42 +08:00
AUTHORS.md Publish angel3_model 2021-05-14 15:23:53 +08:00
CHANGELOG.md Updated deprecated code 2024-06-16 10:13:53 +08:00
LICENSE Updated auth, model, container and its generator 2021-09-26 14:53:42 +08:00
pubspec.yaml Updated deprecated code 2024-06-16 10:13:53 +08:00
README.md Replaced Gitter with Discord chat 2024-07-07 23:02:49 +08:00

Angel3 Data Model

Pub Version (including pre-releases) Null Safety Discord License

The basic data models for Angel3 framework.

import 'package:angel3_model/angel3_model.dart';

The available data models are:

  • Model class
    • A basic data model
  • AuditableModel class
    • A basic data model with audit log feature