//! Adapter for sqlite database generated by https://github.com/NGnius/arc
mod adapter;
mod bad_part_ids;
pub use adapter::ArcAdapter;
mod entities;