datapod_engine 0.2.0 copy "datapod_engine: ^0.2.0" to clipboard
datapod_engine: ^0.2.0 copied to clipboard

Core execution engine for Datapod ORM.

datapod_engine #

The execution engine for the Datapod ORM framework. It manages database plugins, orchestrates cross-database relationships, and handles transaction boundaries.

✨ Features #

  • Plugin Management: Load and manage multiple database plugins in the same application.
  • Relationship Orchestration: Handles cascading saves and deletes across different database backends.
  • Transaction Support: Core logic for zone-based and manual transactions.
  • Configuration & Environment:
    • Parse configurations from YAML files (DatabaseConfig.load).
    • Parse configurations from strings (DatabaseConfig.parse), enabling Flutter asset loading.
    • Resolves environment substitutions.
  • Build-Time Integration: Supports the plugin discovery mechanism used by datapod_generator.

📖 Usage #

This is a core framework package and is typically brought in as a dependency by database plugins or the generated code.

For full documentation, see the root README.

0
likes
140
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

Core execution engine for Datapod ORM.

Repository (GitHub)
View/report issues

Topics

#orm #database

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

datapod_api, path, yaml

More

Packages that depend on datapod_engine