Kestrel
|
7d21ceba7d
rustfmt pass and get_one_by_multi support.
|
2 年之前 |
Kestrel
|
b5eafc2d45
Change foreign key relationships to be ON DELETE CASCADE by default.
|
2 年之前 |
Kestrel
|
f901f28247
Fix MustExist logic.
|
2 年之前 |
Kestrel
|
ff8f962d21
Add DBPool for multi-threading support.
|
2 年之前 |
Kestrel
|
1664a33360
Fix sqlite reference to use re_export and clippy nits.
|
2 年之前 |
Kestrel
|
fd2227169f
Add symlink to README in repo root.
|
2 年之前 |
Kestrel
|
548c7f2823
Split microrm documentation out into separate README.
|
2 年之前 |
Kestrel
|
c964fcb26f
Add license, authors, and package descriptions.
|
2 年之前 |
Kestrel
|
debb82e611
Add explicit microrm-macros version to dependency.
|
2 年之前 |
Kestrel
|
65c7aa0373
Reworked internal Index ergonomics.
|
2 年之前 |
Kestrel
|
380a3fef5b
Add basic index support.
|
2 年之前 |
Kestrel
|
8c682ca0f0
Fix clippy nits.
|
2 年之前 |
Kestrel
|
33acfc8f2b
Properly implement QueryInterface::get_all_by().
|
2 年之前 |
Kestrel
|
f70bf10223
Add thread-safe query caching layer.
|
2 年之前 |
Kestrel
|
476264625b
Add Modelable impl for f64.
|
2 年之前 |
Kestrel
|
9d526910d7
Fix clippy nits.
|
2 年之前 |
Kestrel
|
33645390cf
rustfmt pass
|
2 年之前 |
Kestrel
|
85f226c504
Swap from rusqlite crate to sqlite crate and introduce QueryInterface.
|
2 年之前 |
Kestrel
|
f5b557a970
Remove debugging information.
|
2 年之前 |
Kestrel
|
f32c18a361
Replace num_enum crate with simple reimplementation.
|
2 年之前 |
Kestrel
|
8757fa82e0
Remove parallel column name derivation and add foreign key SQL.
|
2 年之前 |
Kestrel
|
6bbb7c607a
Minor cleanups and rustfmt pass.
|
2 年之前 |
Kestrel
|
f8de1c5819
Add initial support in type system for foreign keys.
|
2 年之前 |
Kestrel
|
3aa1b596f6
Add explicit ID column to each Entity.
|
2 年之前 |
Kestrel
|
02a9c0a4e6
Fix clippy nits.
|
2 年之前 |
Kestrel
|
802d068f9a
Rustfmt pass.
|
2 年之前 |
Kestrel
|
07e7f7e934
Add simple .vimrc to ignore target directory.
|
2 年之前 |
Kestrel
|
89135a6c8e
Begin support for newtype structs.
|
2 年之前 |
Kestrel
|
150b5c336a
Swap to using distinct types for each entity. Closes #2.
|
2 年之前 |
Kestrel
|
6a189ceacd
Remove test schema.
|
2 年之前 |