Synopse SQLite3 Framework Main Demo - draft
By A.Bouchez on 2010, Wednesday August 4, 00:48 - SQLite3 Framework - Permalink
This application is just a database tool which stores text content and files into the database, in both clear and "safe" manner. Safe records are stored using AES-256/SHA-256 encryption. There is an Audit Trail table for tracking the changes.
Here are some screen shots of this sample application:
http://synopse.info/files/pictures/synfilebeta.png
http://synopse.info/files/pictures/synfilebeta1.png
http://synopse.info/files/pictures/synfilebeta2.png
And you'll discover how our ORM and client/server database system is implemented: all is done in code (no RAD/IDE approach here), but with very little code lines count...
An executable (still in draft status) can be downloaded from http://synopse.info/files/samples/synfile.zip.
More details and feedback in our dedicated forum page.
Edit:
The previous TMS-based ribbon interface now is able to use plain VCL components.
