Histórico de Commits

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