Skip to content

shadowylab/sqlx-prost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small helper for using prost protobuf types with sqlx.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors