joaoduarte19 / sqlcollection

SQLCollection allows you to centralize your SQL scripts to facilitate code organization and maintenance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLCollection

SQLCollection allows you to centralize your SQL scripts to facilitate code organization and maintenance

The 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

How to install

Open .\packages\SQLCollectionGroup.groupproj

Build and Install SQLCollection.dpk and SQLCollectionDesign.dpk

Add .\sources to delphi library path.

Requires

  • 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.

About

SQLCollection allows you to centralize your SQL scripts to facilitate code organization and maintenance

License:Apache License 2.0


Languages

Language:Pascal 100.0%