Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danini-the-panini/posticle
Cross-platform PostgreSQL client
https://github.com/danini-the-panini/posticle
Last synced: 15 days ago
JSON representation
Cross-platform PostgreSQL client
- Host: GitHub
- URL: https://github.com/danini-the-panini/posticle
- Owner: danini-the-panini
- License: mit
- Created: 2020-10-03T23:47:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T22:44:38.000Z (over 3 years ago)
- Last Synced: 2023-06-11T05:35:17.900Z (over 1 year ago)
- Language: Vue
- Size: 2.63 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Posticle
> Cross-platform PostgreSQL client, built with Electron
## Dev
### Install pre-requisites
1. [node](https://nodejs.org/en/download/)
2. [yarn](https://classic.yarnpkg.com/en/docs/install)
3. [bozon](https://github.com/railsware/bozon#installation)
4. Then run yarn```
$ yarn
```### Run
```
$ bozon start
```### Package
```
$ bozon package
```Builds the app for OS X, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).
## License
The MIT License (MIT) © Daniel Smith 2020