lazarus/components/sqldbrest
2025-02-23 01:48:42 +01:00
..
demo Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn. 2024-07-29 12:26:08 +02:00
design Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
editor Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
images
dlgeditsqldbrestschema.lfm
dlgeditsqldbrestschema.pp
fraidesqldbrestsettings.lfm * Settings to skip mysql version check 2024-10-28 22:24:11 +01:00
fraidesqldbrestsettings.pas * Settings to skip mysql version check 2024-10-28 22:24:11 +01:00
frmsqldbrestdispatchini.lfm
frmsqldbrestdispatchini.pp
frmsqldbrestselectconn.lfm
frmsqldbrestselectconn.pp
frmsqldbrestselecttables.lfm
frmsqldbrestselecttables.pp
lazsqldbrest_images.inc
lazsqldbrest.lpk * Settings to skip mysql version check 2024-10-28 22:24:11 +01:00
lazsqldbrest.pas * Settings to skip mysql version check 2024-10-28 22:24:11 +01:00
README.txt
reglazsqldbrest.pp * Settings to skip mysql version check 2024-10-28 22:24:11 +01:00
reslazsqldbrest.pp

This directory contains Lazarus design-time support for the SQLDB REST Bridge
functionality in FPC (3.3.1 or 3.2.0).

To install:

1. Compile (don't install) the sqldbrestschemadesigner.lpk package in the design directory.
2. Compile and install the lazsqldbrest.lpk package found in this directory.

You can also compile this with FPC 3.0.4. 

1. Make a directory 'src' below this directory. (the name must be src)
2. Copy the files from the FPC SVN repository to the newly made subdirectory src of this directory.
   In particular, all files in directory packages/fcl-web/src/restbridge must be copied.
Then proceed as described above.

The SQLDBRESTBRidge support and examples are explained in the WIKI:
http://wiki.freepascal.org/SQLDBRestBridge#Lazarus

Author: Michael Van Canneyt