Historique des commits

Auteur SHA1 Message Date
  Kestrel 5300ea72e6 Fix clippy nits. il y a 2 ans
  Kestrel b14912a0a7 rustfmt pass il y a 2 ans
  Kestrel c452df2598 Swap from rusqlite crate to sqlite crate and introduce QueryInterface. il y a 2 ans
  Kestrel 8783b088e1 Remove debugging information. il y a 2 ans
  Kestrel a3fa9a4e90 Replace num_enum crate with simple reimplementation. il y a 2 ans
  Kestrel 75240bf66a Remove parallel column name derivation and add foreign key SQL. il y a 2 ans
  Kestrel bf9edf5e0c Minor cleanups and rustfmt pass. il y a 2 ans
  Kestrel 2029487b72 Add initial support in type system for foreign keys. il y a 2 ans
  Kestrel 25ef8ae28a Add explicit ID column to each Entity. il y a 2 ans
  Kestrel 50b6e1a9ef Fix clippy nits. il y a 2 ans
  Kestrel 7a31dbc763 Rustfmt pass. il y a 2 ans
  Kestrel e59e2c26c6 Add simple .vimrc to ignore target directory. il y a 2 ans
  Kestrel 5b2f038efa Begin support for newtype structs. il y a 2 ans
  Kestrel 8add3cfd46 Swap to using distinct types for each entity. Closes #2. il y a 2 ans
  Kestrel cc108b7ecf Remove test schema. il y a 2 ans
  Kestrel 969a578000 Add a DBError type for specific errors from DB::new(). il y a 2 ans
  Kestrel b359e49ac2 Add microrm_internal attribute to Entity derive macro. il y a 2 ans
  Kestrel 201d37483b Add some documentation. il y a 2 ans
  Kestrel 249a902265 Add cargo workspace. il y a 2 ans
  Kestrel 0c11845ce4 Escape table and column names in generated SQL. il y a 2 ans
  Kestrel edfbe7a284 Fix column naming order. il y a 2 ans
  Kestrel 071ccb2c47 Improved ergonomics of query interface. il y a 2 ans
  Kestrel e5bb22382b Removed strum dependency, began writing condition support. il y a 2 ans
  Kestrel 9ce47c34c6 Cleanup control flow. il y a 2 ans
  Kestrel 919832d1e5 Remove clippy nits. il y a 2 ans
  Kestrel ce04e995b5 rustfmt pass. il y a 2 ans
  Kestrel 3320d25bef Code cleanups. il y a 2 ans
  Kestrel 9a88b9148e Add loading of integers for models. il y a 2 ans
  Kestrel efa9c37f32 Initial version of microrm, successfully can store and load very simple entities. il y a 2 ans