Our main program, CHECK Constraint Compiler can be found in create_function.sql.
You may download and execute the following script in sequence
create_tables.sql: contains some sample tablesexecute_function.sql: to create a CHECK constraint based on the tables increate_tables.sqltest_cases.sql: test cases to the CHECK constraint created inexecute_function.sqltear_down.sql: to remove all the tables/functions/triggers that was created
You may download and execute the following script in sequence
performance_test.sql: set up tables and the CHECK constraint for the performance testgenerate_data.py: to generate random input to insert into the tables