+1
README.md
+1
README.md
···
13
14
This is an implementation of an ATProto PDS, built with [Axum](https://github.com/tokio-rs/axum) and [Atrium](https://github.com/sugyan/atrium).
15
Heavily inspired by David Buchanan's [millipds](https://github.com/DavidBuchanan314/millipds).
16
17
This PDS implementation uses a SQLite database to store private account information and file storage to store canonical user data.
18
···
13
14
This is an implementation of an ATProto PDS, built with [Axum](https://github.com/tokio-rs/axum) and [Atrium](https://github.com/sugyan/atrium).
15
Heavily inspired by David Buchanan's [millipds](https://github.com/DavidBuchanan314/millipds).
16
+
This implementation forked from the [azure-rust-app](https://github.com/DrChat/azure-rust-app) starter template.
17
18
This PDS implementation uses a SQLite database to store private account information and file storage to store canonical user data.
19