core34Example.sdl
Schema for the core34Example_main.c example. Compile this schema using rdm-compile as follows:
rdm-compile --c-structs --lc-struct-members --catalog core34Example.sdl
and include the generated header file(s) as follows:
#include "core34Example_structs.h" #include "core34Example_cat.h"
and compile the following generated source file(s):
core34Example_cat.c
Here follows the actual schema:
CREATE TABLE uri
(
id date unique key
);