mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
12 lines
252 B
C++
12 lines
252 B
C++
#ifndef _SQL_Sqlite3_simple_h_
|
|
#define _SQL_Sqlite3_simple_h_
|
|
|
|
#include <plugin/sqlite3/Sqlite3.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define SCHEMADIALECT <plugin/sqlite3/Sqlite3Schema.h>
|
|
#define MODEL <SQL_Sqlite3/simple.sch>
|
|
#include "Sql/sch_header.h"
|
|
|
|
#endif
|