Commit History

Author SHA1 Message Date
  Kestrel 7d21ceba7d rustfmt pass and get_one_by_multi support. 2 years ago
  Kestrel b5eafc2d45 Change foreign key relationships to be ON DELETE CASCADE by default. 2 years ago
  Kestrel f901f28247 Fix MustExist logic. 2 years ago
  Kestrel ff8f962d21 Add DBPool for multi-threading support. 2 years ago
  Kestrel 1664a33360 Fix sqlite reference to use re_export and clippy nits. 2 years ago
  Kestrel fd2227169f Add symlink to README in repo root. 2 years ago
  Kestrel 548c7f2823 Split microrm documentation out into separate README. 2 years ago
  Kestrel c964fcb26f Add license, authors, and package descriptions. 2 years ago
  Kestrel debb82e611 Add explicit microrm-macros version to dependency. 2 years ago
  Kestrel 65c7aa0373 Reworked internal Index ergonomics. 2 years ago
  Kestrel 380a3fef5b Add basic index support. 2 years ago
  Kestrel 8c682ca0f0 Fix clippy nits. 2 years ago
  Kestrel 33acfc8f2b Properly implement QueryInterface::get_all_by(). 2 years ago
  Kestrel f70bf10223 Add thread-safe query caching layer. 2 years ago
  Kestrel 476264625b Add Modelable impl for f64. 2 years ago
  Kestrel 9d526910d7 Fix clippy nits. 2 years ago
  Kestrel 33645390cf rustfmt pass 2 years ago
  Kestrel 85f226c504 Swap from rusqlite crate to sqlite crate and introduce QueryInterface. 2 years ago
  Kestrel f5b557a970 Remove debugging information. 2 years ago
  Kestrel f32c18a361 Replace num_enum crate with simple reimplementation. 2 years ago
  Kestrel 8757fa82e0 Remove parallel column name derivation and add foreign key SQL. 2 years ago
  Kestrel 6bbb7c607a Minor cleanups and rustfmt pass. 2 years ago
  Kestrel f8de1c5819 Add initial support in type system for foreign keys. 2 years ago
  Kestrel 3aa1b596f6 Add explicit ID column to each Entity. 2 years ago
  Kestrel 02a9c0a4e6 Fix clippy nits. 2 years ago
  Kestrel 802d068f9a Rustfmt pass. 2 years ago
  Kestrel 07e7f7e934 Add simple .vimrc to ignore target directory. 2 years ago
  Kestrel 89135a6c8e Begin support for newtype structs. 2 years ago
  Kestrel 150b5c336a Swap to using distinct types for each entity. Closes #2. 2 years ago
  Kestrel 6a189ceacd Remove test schema. 2 years ago