Commit History

Author SHA1 Message Date
  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
  Kestrel f35c12e67b Add a DBError type for specific errors from DB::new(). 2 years ago
  Kestrel d0998fd9fe Add microrm_internal attribute to Entity derive macro. 2 years ago
  Kestrel 786ac9a27f Add some documentation. 2 years ago
  Kestrel c8daec95a8 Add cargo workspace. 2 years ago
  ethereal 79ee8a2837 Escape table and column names in generated SQL. 2 years ago
  ethereal cff0b4c1c0 Fix column naming order. 2 years ago
  ethereal cfad30e1e9 Improved ergonomics of query interface. 2 years ago
  ethereal 9d831d832b Removed strum dependency, began writing condition support. 2 years ago
  ethereal e62882db0d Cleanup control flow. 2 years ago
  ethereal 100be15adc Remove clippy nits. 2 years ago
  ethereal 6d7b2a5af8 rustfmt pass. 2 years ago
  ethereal f9b192f9d5 Code cleanups. 2 years ago
  ethereal 7d29889946 Add loading of integers for models. 2 years ago
  ethereal 242b5f5ebc Initial version of microrm, successfully can store and load very simple entities. 2 years ago