chai
chai copied to clipboard
Add support for descending indexes
CREATE INDEX on foo(a, b DESC, c ASC);
Notes:
- This will have an impact on the Compare function. It might need to be aware of the index information in order to order things correctly.