sequelize_orm 0.2.0
sequelize_orm: ^0.2.0 copied to clipboard
A type-safe ORM for Dart powered by Sequelize. Supports PostgreSQL, MySQL, MariaDB, SQLite, and MSSQL with code generation, model annotations, associations, and query building.
We analyzed this package 3 hours 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
634 out of 1107 API elements (57.3 %) have documentation comments.
Some symbols that are missing documentation: Associations, Get Started, Models, Querying, sequelize_orm.AllowNull.
10/10 points: Package has an example
10/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:sequelize_orm/sequelize_orm.dartthat declares support for platforms:Windows,Linux,macOS,Web.
Package does not support platform `iOS`.
Because:
package:sequelize_orm/sequelize_orm.dartthat declares support for platforms:Windows,Linux,macOS,Web.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:sequelize_orm/sequelize_orm.dartthat imports:package:sequelize_orm/src/transaction/transaction.dartthat imports:package:sequelize_orm/src/bridge/bridge_client.dartthat imports:package:sequelize_orm/src/bridge/bridge_client_js.dartthat imports:dart:js
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 38 issues. Showing the first 2:
INFO: 'dart:js' is deprecated and shouldn't be used. Use dart:js_interop instead.
lib/src/bridge/bridge_client_js.dart:4:1
╷
4 │ import 'dart:js' as js;
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/bridge/bridge_client_js.dart
INFO: The variable name 'ABSTRACT' isn't a lowerCamelCase identifier.
lib/src/types/data_types.dart:4:25
╷
4 │ external JSObject get ABSTRACT;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/types/data_types.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.17.0 |
1.18.1 | 1.18.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.10, Dart 3.11.1.
Check the analysis log for details.