. ├── src/ │ ├── index.ts # Main server + SQLite setup + API routes │ ├── client/ # Frontend files │ │ ├── about.html # About page │ │ ├── todos.html # Todo app page │ │ └── assets ...
👨🏻‍🏫 This is an example program for Create, Read, Modify, Delete, Search records in a Sqlite database in Xojo language. It works by presenting as an example a customer search list and a customer ...