- Notifications
You must be signed in to change notification settings - Fork0
alttch/bma-ts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
serde Serialization/deserialization withserde
chrono conversion betweenchronotypes, also required to parse/deserialize strings from human-readable times
sqlx encoding/decoding forsqlx
as-float-secs a legacy feature: the default Timestamp de/serializationand string parsing is to/from float seconds (including integers)
Sqlite: INTEGER (nanoseconds)
PostgreSQL: TIMESTAMPTZ/TIMESTAMP
Sqlite: INTEGER (nanoseconds)
PostgreSQL: BIGINT (nanoseconds)