duxt_orm 0.4.0
duxt_orm: ^0.4.0 copied to clipboard
ActiveRecord-style ORM for Dart. Supports PostgreSQL, MySQL, and SQLite with auto-migrations, query builder, and schema definitions.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
239 out of 285 API elements (83.9 %) have documentation comments.
Some symbols that are missing documentation: duxt_orm.BelongsTo.BelongsTo.new, duxt_orm.BelongsToMany.BelongsToMany.new, duxt_orm.Column.defaultVal, duxt_orm.Column.isAutoIncrement, duxt_orm.Column.isNullable.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:duxt_orm/duxt_orm.dartthat imports:package:duxt_orm/src/adapters/mysql_adapter.dartthat imports:package:mysql_client/mysql_client.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/duxt_orm.dart:51:13
╷
51 │ /// ## Model<T> Query API
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/duxt_orm.dart
INFO: Dangling library doc comment.
lib/src/adapter.dart:1:1
╷
1 │ /// Database adapter interface and related classes for DuxtOrm.
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/adapter.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
mysql_client |
^0.0.27 |
0.0.27 | 0.0.27 | |
postgres |
^3.0.0 |
3.5.9 | 3.5.9 | |
sqlite3 |
^2.4.0 |
2.9.4 | 3.1.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
pool |
- | 1.5.2 | 1.5.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
tuple |
- | 2.0.2 | 2.0.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.4.0` on sqlite3 does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions sqlite3 to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.9, Dart 3.11.0.
Check the analysis log for details.