Commit History

Author SHA1 Message Date
  Kestrel bf811c7b47 Fix bug with reading Entity instances with bools. 2 years ago
  Kestrel 31d39b4bce Add note about multithreaded/async programming and generally update docs. 2 years ago
  Kestrel c396883dc0 rustfmt pass, tweak to simple_in_memory bench. 2 years ago
  Kestrel 2084306e08 Added way of updating entire Entity at once. 2 years ago
  Kestrel 8e6281f6bb Remove unneeded dependency. 2 years ago
  Kestrel 4ba3f63b3a Add comparison support to Filterable. 2 years ago
  Kestrel 0673699fa5 Change query interface significantly. 2 years ago
  Kestrel 542999297d Rearranging and small breaking interface changes. 2 years ago
  Kestrel bfc7f18643 Properly support loading enums. 2 years ago
  Kestrel 13d7d6b245 Fix get_one_by_multi implementation. 2 years ago
  Kestrel 78f84cbb8b Add simple benchmark, allow deserializing unsigned integers. 2 years ago
  Kestrel 64e0e4946c Rearrange where README.md is and where the symlink is. 2 years ago
  Kestrel 76753a91ac Began moving column type derivation to be more compile-time. 2 years ago
  Kestrel 92bf043c19 Add explicit microrm-macros version to dependency. 2 years ago
  Kestrel 5300ea72e6 Fix clippy nits. 2 years ago
  Kestrel c452df2598 Swap from rusqlite crate to sqlite crate and introduce QueryInterface. 2 years ago
  Kestrel a3fa9a4e90 Replace num_enum crate with simple reimplementation. 2 years ago
  Kestrel 75240bf66a Remove parallel column name derivation and add foreign key SQL. 2 years ago
  Kestrel 5b2f038efa Begin support for newtype structs. 2 years ago
  Kestrel 201d37483b Add some documentation. 2 years ago