Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 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](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.