Commit History

Author SHA1 Message Date
  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
  Kestrel b359e49ac2 Add microrm_internal attribute to Entity derive macro. 2 years ago
  Kestrel 201d37483b Add some documentation. 2 years ago
  Kestrel 249a902265 Add cargo workspace. 2 years ago
  Kestrel 0c11845ce4 Escape table and column names in generated SQL. 2 years ago
  Kestrel edfbe7a284 Fix column naming order. 2 years ago
  Kestrel 071ccb2c47 Improved ergonomics of query interface. 2 years ago
  Kestrel e5bb22382b Removed strum dependency, began writing condition support. 2 years ago
  Kestrel 9ce47c34c6 Cleanup control flow. 2 years ago
  Kestrel 919832d1e5 Remove clippy nits. 2 years ago
  Kestrel ce04e995b5 rustfmt pass. 2 years ago
  Kestrel 3320d25bef Code cleanups. 2 years ago
  Kestrel 9a88b9148e Add loading of integers for models. 2 years ago
  Kestrel efa9c37f32 Initial version of microrm, successfully can store and load very simple entities. 2 years ago