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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oraffi

With Flutter:

 $ flutter pub add oraffi

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  oraffi: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:oraffi/oraffi.dart';
1
likes
120
points
135
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