Kestrel
|
4c9915dfb0
Added get_ids() and foreign() methods to Queryable.
|
6 months ago |
Kestrel
|
4711b79330
Expand documentation somewhat.
|
6 months ago |
Kestrel
|
bf6fc5d6ad
Bump version number to 0.4.0-rc.2.
|
6 months ago |
Kestrel
|
168170caca
Add documentation to index_cols! macro.
|
6 months ago |
Kestrel
|
a3f208bbee
Add some documentation and an Index::search() method.
|
6 months ago |
Kestrel
|
ad07e8ed59
Minor cleanups.
|
6 months ago |
Kestrel
|
e3e2259b7f
Implement searching on extra indices.
|
6 months ago |
Kestrel
|
084ad066b8
Add index specification interface and schema generation.
|
6 months ago |
Kestrel
|
6203ed6c27
Clean up use statements slightly and reformat.
|
6 months ago |
Kestrel
|
ca6342f818
Rename 'association' to 'relation'.
|
6 months ago |
Kestrel
|
5ce6dd89cf
Add support for injective relations.
|
6 months ago |
Kestrel
|
bf71ce9307
Expand docs.
|
6 months ago |
Kestrel
|
23bffd4f64
Finished documenting every public type.
|
6 months ago |
Kestrel
|
a69204fe9e
Add some documentation and remove some redundant code.
|
6 months ago |
Kestrel
|
25603a6dfe
Improve documentation and tighten trait impl requirements slightly.
|
6 months ago |
Kestrel
|
d88b415152
Fix clippy nits.
|
6 months ago |
Kestrel
|
bcc23f46b7
Make db interface slightly more resilient and fixed a few bugs.
|
6 months ago |
Kestrel
|
221cd7b76a
Add foreign key constraints to EntityID fields.
|
6 months ago |
Kestrel
|
6e3477d162
Fix version reference in Cargo.toml.
|
6 months ago |
Kestrel
|
245e9c2668
Tag version 0.4.0-rc.1.
|
7 months ago |
Kestrel
|
977223b4e1
Add Datum::bind_to implementation for i64 type.
|
7 months ago |
Kestrel
|
3f7805947e
Add documentation and initial autogenerated CLI customization interface.
|
7 months ago |
Kestrel
|
1b857e7b78
Changed EntityPartList to force all parts to have the same Entity type.
|
7 months ago |
Kestrel
|
56988d8d29
Improve error reporting interface for autogenerated CLI commands.
|
7 months ago |
Kestrel
|
82bebba997
Import CLI autogeneration work from uidc.
|
7 months ago |
Kestrel
|
3a79e8a7a1
Implement simple entity keying mechanism to support multiple fields in a unique key.
|
7 months ago |
Kestrel
|
3c77c897f2
Fix nondeterminism error in schema creation.
|
7 months ago |
Kestrel
|
bb138d7270
Added UNIQUE constraint on association mappings.
|
7 months ago |
Kestrel
|
60ab001dc1
Many minor changes to better support autogenerating interfaces based on microrm schemata.
|
7 months ago |
Kestrel
|
ef7dcca3ea
Several enhancements.
|
8 months ago |