stefan-hoeck / idris2-sqlite3

Idris2 bindings to the sqlite3 C-API
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Support actions on FOREIGN_KEY constraints #36

Closed emdash closed 8 months ago

emdash commented 8 months ago

I tried to do this in the simplest way possible, though there are things I don't like about it.

All actions are supported

Added a test using CASCADE to verify that the action was added to the foreign key constraint.

stefan-hoeck commented 8 months ago

This looks very good! Thanks a lot for adding this!