fbdb 1.1.1 copy "fbdb: ^1.1.1" to clipboard
fbdb: ^1.1.1 copied to clipboard

A Firebird SQL database access library for Dart and Flutter.

example/README.md

fbdb examples #

All fbdb examples are split between three subdirectories.

  1. The fbdb directory contains examples for the high-level, Dart-idiomatic API of FbDb:
  2. The interfaces directory contains some examples for the low-level API, i.e. the direct FFI bindings to the Firebird client library interfaces. Those are mainly re-implementations of the C++ examples, distributed together with the Firebird server (usually available in the examples/interfaces subdirectory of the Firebird root directory). The examples re-implemented in fbdb are:
    • ex_01_create.dart (an equivalent of 01.create.cpp from the Firebird examples) - shows how to create a new database using the IAttachment interface,
    • ex_02_update.dart (an equivalent of 02.update.cpp from the Firebird examples) - shows how to execute UPDATE queries, both with and without prepared statements,
    • ex_03_select.dart (an equivalent of 03.select.cpp from Firebird examples) - demonstrates simple SELECT statements with cursors and row fetching,
    • ex_04_print_table.dart (an equivalent of 04.print_table.cpp from the Firebird examples) - displays all tables from the database by querying a system table,
    • ex_07_blob.dart (an equivalent of 07.blob.cpp from the Firebird examples) - shows how to handle both writing and reading of BLOBs,
    • ex_09_service.dart (an equivalent of 09.service.cpp from the Firebird examples) - shows how to communicate with the service manager to obtain database information,
    • ex_10_backup.dart (an equivalent of 10.backup.cpp from the Firebird examples) - shows how to use services manager to make a backup of a database.
  3. The tutorial directory contains the complete source code and project files for the FbDb Tutorial application.
9
likes
0
points
180
downloads

Publisher

verified publisherhipercom.pl

Weekly Downloads

A Firebird SQL database access library for Dart and Flutter.

Repository (GitHub)
View/report issues

Topics

#database #firebird #fbclient

Documentation

Documentation

License

unknown (license)

Dependencies

ffi

More

Packages that depend on fbdb