932 B
932 B
Architecture
Starchart is designed with maximum flexibility in mind and so it is highly extensible. Support for new forges, federation formats and databases can be implemented with ease and this document intends to document how to do just that.
-
db-core
: Contains traits(Rust-speak for interfaces) to implement support for new databases. Support for SQLite via sqlx is implemented indb-sqlx-sqlite
-
forge-core
: Contains traits for implementing spidering support for a new forge type. Support for Gitea is implemented ingitea
. -
federation-core
: Contains traits to implement support for new federation file formats. Support for publiccodeyml is implemented in publiccodeyml.