core15Example.sdl
Schema for the core15Example_main.c example. Compile this schema using rdm-compile as follows:
rdm-compile --c-structs --lc-struct-members --catalog core15Example.sdl
and include the generated header file(s) as follows:
#include "core15Example_structs.h" #include "core15Example_cat.h"
and compile the following generated source file(s):
core15Example_cat.c
Here follows the actual schema:
CREATE CIRCULAR TABLE album MAXROWS=3
(
artist char(32)
);