Expand description
This library provides a set of methods to interogate the PlayOnBSD database in a friendly manner, without having to deal with a SQL database.
Re-exports
pub use database::GameDataBase;
pub use query_result::QueryResult;
Modules
- Provide a representation of the PlayOnBSD database than can be queried using a set of predefined methods.
- Provides a representation of the query result returned when interogating the database. Query results are themselves queriable and return another query result.
Type Definitions
- Representation of items such as pub, tags, etc.