Historique des commits

Auteur SHA1 Message Date
  Kestrel 33645390cf rustfmt pass il y a 2 ans
  Kestrel 85f226c504 Swap from rusqlite crate to sqlite crate and introduce QueryInterface. il y a 2 ans
  Kestrel f5b557a970 Remove debugging information. il y a 2 ans
  Kestrel f32c18a361 Replace num_enum crate with simple reimplementation. il y a 2 ans
  Kestrel 8757fa82e0 Remove parallel column name derivation and add foreign key SQL. il y a 2 ans
  Kestrel 6bbb7c607a Minor cleanups and rustfmt pass. il y a 2 ans
  Kestrel f8de1c5819 Add initial support in type system for foreign keys. il y a 2 ans
  Kestrel 3aa1b596f6 Add explicit ID column to each Entity. il y a 2 ans
  Kestrel 02a9c0a4e6 Fix clippy nits. il y a 2 ans
  Kestrel 802d068f9a Rustfmt pass. il y a 2 ans
  Kestrel 07e7f7e934 Add simple .vimrc to ignore target directory. il y a 2 ans
  Kestrel 89135a6c8e Begin support for newtype structs. il y a 2 ans
  Kestrel 150b5c336a Swap to using distinct types for each entity. Closes #2. il y a 2 ans
  Kestrel 6a189ceacd Remove test schema. il y a 2 ans
  Kestrel f35c12e67b Add a DBError type for specific errors from DB::new(). il y a 2 ans
  Kestrel d0998fd9fe Add microrm_internal attribute to Entity derive macro. il y a 2 ans
  Kestrel 786ac9a27f Add some documentation. il y a 2 ans
  Kestrel c8daec95a8 Add cargo workspace. il y a 2 ans
  ethereal 79ee8a2837 Escape table and column names in generated SQL. il y a 2 ans
  ethereal cff0b4c1c0 Fix column naming order. il y a 2 ans
  ethereal cfad30e1e9 Improved ergonomics of query interface. il y a 2 ans
  ethereal 9d831d832b Removed strum dependency, began writing condition support. il y a 2 ans
  ethereal e62882db0d Cleanup control flow. il y a 2 ans
  ethereal 100be15adc Remove clippy nits. il y a 2 ans
  ethereal 6d7b2a5af8 rustfmt pass. il y a 2 ans
  ethereal f9b192f9d5 Code cleanups. il y a 2 ans
  ethereal 7d29889946 Add loading of integers for models. il y a 2 ans
  ethereal 242b5f5ebc Initial version of microrm, successfully can store and load very simple entities. il y a 2 ans