dart_edge_sql_core 0.1.0

Shared SQL wire payload types for Dart Edge native crates.
Documentation
  • Coverage
  • 100%
    36 out of 36 items documented0 out of 0 items with examples
  • Size
  • Source code size: 14.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 55s Average build duration of successful builds.
  • all releases: 55s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • flowhorn

dart_edge_sql_core

Shared SQL JSON wire payload types for Dart Edge native crates.

The dart_edge_sql native asset and other native crates, such as dart_edge_auth, exchange SQL statements and result rows through JSON payloads. This crate owns that schema so those crates do not drift independently.

The types are not C ABI structs. They are serializable payload contracts used inside Dart Edge native libraries and callback bridges.

Included contracts:

  • SQL statement, value, row, column, and result payloads
  • stable SQL dialect codes and placeholder helpers
  • structured SQL error payloads
  • an explicit wire version constant