| App | Features |
|---|---|
| • Supporting SQLite, PostgreSQL, MySQL, SQL Server. • Rich: Graphing, CSV, automatic column prefixing. • Define SQL macros, aliases, functions. • The first CTE-oriented SQL editor. |
|
- Clone the repo.
- Make sure Node JS is installed.
- Open a command prompt to the folder, then run:
npm install- Click Data Cynical
- In the app, click "Launch"
- Download & extract the repo.
- Make sure Node JS is installed.
- Open a command prompt to the folder, then run:
npm install- Click Data Cynical
- In the app, click "Launch"
- Visit releases at
https://github.com/arksouthern/data-cynical/releases/latest. - See if your platform is supported.
- Download, then run the application.
dbConnect = (connectionInfo: string) => null
dbIsConnected = () => DbConnection | false
dbDisconnect = () => null
dbQuery = (sqlQuery: string) => Table
dbDownload = (sqlQuery: string) => Csv
apiHealthCheckConnect = () => AppVersion