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