tvplanit: Add mORMot datastore and example (kindly provided by forum user DonAlfredo, thank you).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5118 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-09-02 10:48:12 +00:00
parent 2123ae7101
commit d9c273542e
11 changed files with 1873 additions and 1 deletions

View File

@ -1,6 +1,9 @@
The folder "datastores" collects some demo projects to show usage of the
various datastores that come along with TvPlanIt:
Datastores working with the default Lazarus installation
--------------------------------------------------------
- TVpBufDsDatastore in folder "bufdataset" (for TBufDataset)
- TVpFirebirdDatastore in folder "fb" (for Firebird databases using SQLDB)
@ -12,5 +15,13 @@ various datastores that come along with TvPlanIt:
- TVpSqlite3Datastore in folder "sqlite3" (for SQLite3 database using SQLDB)
Add-on datastores requiring third-party components/code:
--------------------------------------------------------
- TVpZeosDatastore in folder "zeos"
requires installation of package "laz_visualplanit_zeos"
requires installation of package "laz_visualplanit_zeos"
- TVpmORMotDatastore in folder "examples/mormot":
Since this datastore depends on third-party source code it is not added in
its own package. Just look at the sample code in folder "examples/mormot".