Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview atproto bluesky rust appserver
at main 10 lines 287 B view raw
1# For documentation on how to configure this file, 2# see https://diesel.rs/guides/configuring-diesel-cli 3 4[print_schema] 5file = "crates/parakeet-db/src/schema.rs" 6custom_type_derives = ["diesel::query_builder::QueryId"] 7patch_file = "fk.patch" 8 9[migrations_directory] 10dir = "migrations"