mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
15 lines
164 B
Text
15 lines
164 B
Text
description "Example of editing SQL table using SqlArray";
|
|
|
|
uses
|
|
CtrlLib,
|
|
plugin/sqlite3,
|
|
SqlCtrl;
|
|
|
|
file
|
|
app.lay,
|
|
db.sch,
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|