Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluecolor/senna
oracle database client
https://github.com/bluecolor/senna
Last synced: about 1 month ago
JSON representation
oracle database client
- Host: GitHub
- URL: https://github.com/bluecolor/senna
- Owner: bluecolor
- Created: 2019-10-20T22:26:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T20:31:34.000Z (about 2 years ago)
- Last Synced: 2024-04-17T10:47:28.583Z (9 months ago)
- Language: Vue
- Size: 787 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Senna (senna)
Oracle SQL Client
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
npm run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).
# senna