Commit History

Author SHA1 Message Date
  Kestrel 27789c8c78 Change foreign key relationships to be ON DELETE CASCADE by default. 2 years ago
  Kestrel 22ec52a5ab Fix MustExist logic. 2 years ago
  Kestrel 7e37e322d2 Add DBPool for multi-threading support. 2 years ago
  Kestrel 954d1d324b Fix sqlite reference to use re_export and clippy nits. 2 years ago
  Kestrel 3feb6c70c1 Add symlink to README in repo root. 2 years ago
  Kestrel 8363e8162f Split microrm documentation out into separate README. 2 years ago
  Kestrel b7c64916cd Add license, authors, and package descriptions. 2 years ago
  Kestrel 92bf043c19 Add explicit microrm-macros version to dependency. 2 years ago
  Kestrel 39dd1fff7f Reworked internal Index ergonomics. 2 years ago
  Kestrel c9c3e91c8d Add basic index support. 2 years ago
  Kestrel 3cec9bad45 Fix clippy nits. 2 years ago
  Kestrel 1540557f38 Properly implement QueryInterface::get_all_by(). 2 years ago
  Kestrel 2eb1748461 Add thread-safe query caching layer. 2 years ago
  Kestrel de9317da73 Add Modelable impl for f64. 2 years ago
  Kestrel 5300ea72e6 Fix clippy nits. 2 years ago
  Kestrel b14912a0a7 rustfmt pass 2 years ago
  Kestrel c452df2598 Swap from rusqlite crate to sqlite crate and introduce QueryInterface. 2 years ago
  Kestrel 8783b088e1 Remove debugging information. 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 bf9edf5e0c Minor cleanups and rustfmt pass. 2 years ago
  Kestrel 2029487b72 Add initial support in type system for foreign keys. 2 years ago
  Kestrel 25ef8ae28a Add explicit ID column to each Entity. 2 years ago
  Kestrel 50b6e1a9ef Fix clippy nits. 2 years ago
  Kestrel 7a31dbc763 Rustfmt pass. 2 years ago
  Kestrel e59e2c26c6 Add simple .vimrc to ignore target directory. 2 years ago
  Kestrel 5b2f038efa Begin support for newtype structs. 2 years ago
  Kestrel 8add3cfd46 Swap to using distinct types for each entity. Closes #2. 2 years ago
  Kestrel cc108b7ecf Remove test schema. 2 years ago
  Kestrel 969a578000 Add a DBError type for specific errors from DB::new(). 2 years ago