Skip to content

dbslone/Synonym

Repository files navigation

Synonym

Synonym is an attempt to create a database connection tool that will allow connections to various database types. The first databases to be supported will be Postgres, MySQL, and REDIS.

Toggle Chrome DevTools

  • OS X: Cmd Alt I or F12

  • Linux: Ctrl Shift I or F12

  • Windows: Ctrl Shift I or F12

  • see electron-debug for more detail information.

Toggle Redux DevTools

Ctrl+H

Package

npm run package

Options

  • --name, -n: Application name (default: Synonym)
  • --version, -v: Electron version (default: latest version)
  • --asar, -a: asar support (default: false)
  • --icon, -i: Application icon
  • --all: pack for all platforms

Use electron-packager to pack your app with --all options for darwin (osx), linux and win32 (windows) platform. After build, you will find them in release folder. Otherwise, you will only find one for your os.

test, tools, release folder and devDependencies in package.json will be ignored by default.

About

Universal database connection tool that allows connections to PostgreSQL, MySQL, Redis, SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published