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

Core execution engine and plugin framework for the 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: Parses datapod.yaml and 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
150
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

Core execution engine and plugin framework for the Datapod ORM.

Repository (GitHub)
View/report issues

Topics

#orm #database #persistence #engine #dart

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

datapod_api, logging, meta, yaml

More

Packages that depend on datapod_engine