xtool/contrib/mORMot/SQLite3/Samples/ThirdPartyDemos/Migajek/synopse-sqlite-demo
Razor12911 098e8c48de source upload 2022-01-17 22:16:47 +02:00
..
Project1.dpr source upload 2022-01-17 22:16:47 +02:00
Project1.res source upload 2022-01-17 22:16:47 +02:00
ReadMe.md source upload 2022-01-17 22:16:47 +02:00
Unit1.dfm source upload 2022-01-17 22:16:47 +02:00
Unit1.pas source upload 2022-01-17 22:16:47 +02:00
uCustomer.pas source upload 2022-01-17 22:16:47 +02:00
uLoginForm.dfm source upload 2022-01-17 22:16:47 +02:00
uLoginForm.pas source upload 2022-01-17 22:16:47 +02:00
uQueryHistory.pas source upload 2022-01-17 22:16:47 +02:00

ReadMe.md

Scope

The amazing Synopse mORMot Framework is a powerful piece of code, but it's missing examples. Thus I found it a good idea to write my own demo, and allow others to improve it.

Presentation

I decided to build a very trivial yet closer to real life demo of the mORmot Framework.

The main reason behind this decision was to learn the Framework a bit smile

Currently the application is just a list of Customers with Tasks assigned to them (the relation type is "HAS MANY AND BELONGS TO MANY"). In my case, TCustomer publishes TTasks list.

I've also decided to share the code in hope that if anybody knows the better way for solving any of the "tasks", he might edit & share.

Source Code Repository

The original code is available at http://code.google.com/p/synopse-sqlite-demo/

AB note: I've enhanced the code to compile and work with the 1.18 revision of the framework. Also made it Delphi 2010+ friendly.

Forum Thread

See http://synopse.info/forum/viewtopic.php?id=164

enjoy!

Michal migajek Gajek http://migajek.com migajek@gmail.com