Atproto, add sqlx support
This commit is contained in:
parent
ab78d1fb7b
commit
0707b5eed4
6 changed files with 102 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
pub mod lexicons;
|
||||
pub mod types;
|
||||
pub mod error;
|
||||
#[cfg(feature = "sqlx-support")]
|
||||
pub mod sqlx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue