sqlx-prost 0.1.0

A small helper for using prost protobuf types with sqlx.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 27.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 18s Average build duration of successful builds.
  • all releases: 1m 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • rust-nostr/nostr
    616 150 14
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yukibtc

sqlx-prost

A small helper for using prost protobuf types with sqlx.

What it does

sqlx-prost provides a wrapper type that lets you store and retrieve protobuf messages as binary values in SQLx-supported databases.

Usage

Wrap your protobuf message type with SqlxProto(T) and use it in your SQLx models.

License

This project is distributed under the MIT software license – see the LICENSE file for details