Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaoduarte19/sqlcollection
SQLCollection allows you to centralize your SQL scripts to facilitate code organization and maintenance
https://github.com/joaoduarte19/sqlcollection
delphi sql
Last synced: 28 days ago
JSON representation
SQLCollection allows you to centralize your SQL scripts to facilitate code organization and maintenance
- Host: GitHub
- URL: https://github.com/joaoduarte19/sqlcollection
- Owner: joaoduarte19
- License: apache-2.0
- Created: 2020-03-21T19:04:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T11:04:30.000Z (over 1 year ago)
- Last Synced: 2024-10-31T10:28:40.793Z (3 months ago)
- Topics: delphi, sql
- Language: Pascal
- Size: 577 KB
- Stars: 11
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLCollection
SQLCollection allows you to centralize your SQL scripts to facilitate code organization and maintenanceThe main feature of SQLCollection is its editor. With the SQLCollection editor you can add items to your collection in a simple and intuitive way. You can edit the SQLs with syntax highlighting.
![SQLCollection](docs/sqlcollection_01.gif)
## How to install
Open `.\packages\SQLCollectionGroup.groupproj`
Build and Install `SQLCollection.dpk` and `SQLCollectionDesign.dpk`
Add `.\sources` to delphi library path.
## Requires
* [SynEdit](https://github.com/SynEdit/SynEdit): SynEdit is used in the SQL editor to provide syntax highlighting## Delphi versions
It was tested on delphi 10.3 Rio. But it should work easily in the versions of Delphi XE7 above.