Do you know of any SQLite alternatives (Portable/flatfile based/serverless) that have foreign key constraint and/or offer transaction support?
views:
51answers:
1
+4
A:
As of version 3.6.19, SQLite supports foreign key constraints.
And as far as I know it already supports transactions? What did you have in mind?
integer
2010-07-12 18:37:38
And before 3.6.19, you could write triggers to enforce foreign key constraints. There was a `genfkey` program for this.
dan04
2010-07-13 06:25:51