MyLittleFirebase Code
Firbase SQL Client for EMPLOYEE.FDB, wriiten with Lazarus FPC
Brought to you by:
scadl
File | Date | Author | Commit |
---|---|---|---|
backup | 2019-03-19 |
![]() |
[57598c] Initial commit |
empbuild | 2019-03-19 |
![]() |
[57598c] Initial commit |
lib | 2019-03-19 |
![]() |
[57598c] Initial commit |
refs | 2019-03-19 |
![]() |
[57598c] Initial commit |
res | 2019-03-19 |
![]() |
[16b086] readme and small cleanup |
.gitattributes | 2019-03-19 |
![]() |
[57598c] Initial commit |
.gitignore | 2020-05-07 |
![]() |
[aa7528] Update .gitignore |
LICENSE | 2019-03-19 |
![]() |
[57598c] Initial commit |
MyLittleFirebase.lpi | 2019-03-19 |
![]() |
[57598c] Initial commit |
MyLittleFirebase.lpr | 2019-03-19 |
![]() |
[57598c] Initial commit |
MyLittleFirebase.lps | 2019-03-19 |
![]() |
[57598c] Initial commit |
MyLittleFirebase.res | 2019-03-19 |
![]() |
[57598c] Initial commit |
README.md | 2019-03-19 |
![]() |
[16b086] readme and small cleanup |
Thumbs.db | 2019-03-19 |
![]() |
[57598c] Initial commit |
unit1.lfm | 2019-03-19 |
![]() |
[57598c] Initial commit |
unit1.pas | 2019-03-19 |
![]() |
[57598c] Initial commit |
This app is Firebase SQL client written to work with Employee.fdb database, shipped with firebase as exmaple. Using my code you can learn how to work with firebase db (and data in it) using lazarus or delphi. 'Empbuild' folder contains the FDB used for testing this app. The SQL file contains exmaple of calling db procedure.