Crate paradox_typed_db
source ·Expand description
Typed bindings to CDClient.fdb
This crate provides typed bindings to an FDB file that follows the structure of
CDClient.fdb from the 1.10.64 client. The design goals are:
- Make writing code that uses this API as easy as possible
- Enable serialization with the
serdecrate - Accept FDBs that may have additional columns and tables
Modules
- All column types
- Extensions to the auto-generated queries
- All row types
- All table types
Structs
- Iterator over
TypedRows - A selection of relevant database tables
Traits
- A column type for a table
- A “typed” database row
- A “typed” database row