simple_mysql_orm 2.0.1
simple_mysql_orm: ^2.0.1 copied to clipboard
A simple ORM wrapper for mysql with Transaction support.
We analyzed this package 8 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
54 out of 174 API elements (31.0 %) have documentation comments.
Some symbols that are missing documentation: simple_mysql_orm, simple_mysql_orm.ConfigurationException, simple_mysql_orm.ConfigurationException.ConfigurationException.new, simple_mysql_orm.Dao, simple_mysql_orm.Dao.db.
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 not compatible with platform Web
Because:
package:simple_mysql_orm/simple_mysql_orm.dartthat imports:package:simple_mysql_orm/src/dao/transaction.dartthat imports:package:simple_mysql_orm/src/dao/shared_pool.dartthat imports:package:simple_mysql_orm/src/dao/db.dartthat imports:package:galileo_mysql/galileo_mysql.dartthat imports:package:galileo_mysql/src/results/row.dartthat imports:package:galileo_mysql/src/buffer.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/builder/delete.dart:1:1
╷
1 │ part of builder;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/builder/delete.dart
INFO: The part-of directive uses a library name.
lib/src/builder/select.dart:1:1
╷
1 │ part of builder;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/builder/select.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
date_time |
^0.5.0 |
0.5.0 | 0.12.0 | |
dcli_core |
^0.0.5 |
0.0.7 | 8.3.0 | |
galileo_mysql |
^3.0.0 |
3.0.0 | 3.0.0 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
logging |
^1.0.2 |
1.3.0 | 1.3.0 | |
meta |
^1.7.0 |
1.18.0 | 1.18.0 | |
money2 |
^3.1.2 |
3.3.0 | 6.1.0 | |
scope |
^2.2.0 |
2.2.1 | 5.1.0 | |
settings_yaml |
^3.3.1 |
3.3.1 | 8.3.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
circular_buffer |
- | 0.10.0 | 0.12.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
decimal |
- | 2.3.3 | 3.2.4 | |
fixed |
- | 2.3.3 | 6.1.1 | |
matcher |
- | 0.12.18 | 0.12.18 | |
path |
- | 1.9.1 | 1.9.1 | |
pool |
- | 1.5.2 | 1.5.2 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rational |
- | 2.2.3 | 2.2.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stacktrace_impl |
- | 2.3.0 | 2.3.0 | Discontinued |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.2 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^0.5.0` on date_time does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions date_time to update the constraint.
The constraint `^0.0.5` on dcli_core does not support the stable version `1.17.2`.
Try running dart pub upgrade --major-versions dcli_core 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.5, Dart 3.10.7.
Check the analysis log for details.