oraffi 1.0.0 copy "oraffi: ^1.0.0" to clipboard
oraffi: ^1.0.0 copied to clipboard

High-performance Oracle Database driver for Dart using FFI. Direct Oracle access via ODPI-C with connection pooling, transactions, stored procedures, REF CURSOR, LOBs, and batch operations.

120/ 160
pub points
134
downloads

We analyzed this package 38 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

174 out of 1332 API elements (13.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: connection, connection.OracleConnection, connection.OracleConnection.config, connection.OracleConnection.isConnected, connection.OracleConnection.isDisposed.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:oraffi/oraffi.dart that imports:
  • package:oraffi/dpi_oracle.dart that imports:
  • dart:ffi
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 1139 issues. Showing the first 2:

WARNING: The declaration '__mbstate_t' isn't referenced.

lib/dpi_oracle.dart:6560:13

     ╷
6560 │ final class __mbstate_t extends ffi.Union {
     │             ^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/dpi_oracle.dart

WARNING: The value of the field '__mbstate8' isn't used.

lib/dpi_oracle.dart:6562:32

     ╷
6562 │   external ffi.Array<ffi.Char> __mbstate8;
     │                                ^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/dpi_oracle.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
ffi ^2.1.0 2.1.5 2.1.5
path ^1.8.0 1.9.1 1.9.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
1
likes
120
points
134
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance Oracle Database driver for Dart using FFI. Direct Oracle access via ODPI-C with connection pooling, transactions, stored procedures, REF CURSOR, LOBs, and batch operations.

Repository (GitHub)
View/report issues
Contributing

Topics

#database #oracle #sql #ffi

Documentation

API reference

License

MIT (license)

Dependencies

ffi, path

More

Packages that depend on oraffi