lazarus/components/sqldbrest
2023-03-19 17:45:24 +01:00
..
demo First batch examples from components get metadata 2022-04-12 18:09:38 +10:00
design * Add support for select query parameters 2023-03-19 17:37:25 +01:00
editor * Fix loading after renaming components on used frames 2023-03-19 17:45:24 +01:00
images
dlgeditsqldbrestschema.lfm * Add support for select query parameters 2023-03-19 17:37:25 +01:00
dlgeditsqldbrestschema.pp * Add support for select query parameters 2023-03-19 17:37:25 +01:00
frmsqldbrestdispatchini.lfm
frmsqldbrestdispatchini.pp
frmsqldbrestselectconn.lfm
frmsqldbrestselectconn.pp
frmsqldbrestselecttables.lfm
frmsqldbrestselecttables.pp
lazsqldbrest_images.inc
lazsqldbrest.lpk * Improve compilation experience under 3.0.4 2019-05-13 06:59:46 +00:00
lazsqldbrest.pas
README.txt
reglazsqldbrest.pp * Set initial directory to project directory 2022-06-14 20:18:54 +02: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