Teil, basic data mapper for Postgres/Sqlite
Teil (pronounced /tail/)is a library that intends to make a connection to postgres (or sqlite) as simple as possible (with the limitations that this implies). Teil means part, portion or piece in german.
# async
Features available for this crate
sync: Enables the use of the sync version of the library (that is, the SyncTeil and SyncFilter traits and derive macros)iter: Allows a transaction-based multiple-save function to be used (see save_iter and the sync version of save_iter)chrono: Allows some chrono fields to be used as fields in aTeil-deriving structure. See TeilField and SyncTeilField for more information.partial: Enables partial updating fields of a row in the database. See the update method for more information (or the sync version, update)uuid: Allows the use of the Uuid type with the derive macrosserde: Implements Serialize and Deserialize for the Serial, BigSerial, SmallSerial, and the Update associated type when using the derive macrosfs: Enables some filesystem manager functionality in order to store files locally with the help of a metadata table.