From 136fa70ec1bedb4a681093d68717046025938197 Mon Sep 17 00:00:00 2001 From: mgramin Date: Tue, 28 May 2019 14:04:47 +0400 Subject: [PATCH] #326 add malewicz files --- README.md | 5 ++++- pom.xml | 1 + src/main/malewicz/src/main.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a40a9705..b82a756b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Advanced REST-wrapper for your own SQL-queries (actually not only SQL). 2. Put to sql-boot folder structure 3. Get data from URI, e.g. prod_db/hr.persons?select=name,address&page=2&orderby=name+desc +Feel SQL Power +--------------------------------------------------------- +Simple integration your sql-scripts to you infrastructure + Share expert knowledge ---------------------- @@ -38,7 +42,6 @@ Self-documentation sql-boot uses the [OpenAPI](https://github.com/OAI/OpenAPI-Specification) standard to generate up-to-date documentation for APIs based your SQL-queries metadata. You can use a tool like [Swagger-UI](https://github.com/swagger-api/swagger-ui) or [Swagger-Editor](https://github.com/swagger-api/swagger-editor) to render interactive documentation (for demo requests) or [generate client API](https://github.com/swagger-api/swagger-codegen) against the live API server. - How to pronounce ---------------- It is pronounced "sequelboot" - https://translate.google.com/?source=osdd#en/en/sequelboot diff --git a/pom.xml b/pom.xml index b5a95522..b6903060 100644 --- a/pom.xml +++ b/pom.xml @@ -438,6 +438,7 @@ 1.6 src/main/malewicz + target diff --git a/src/main/malewicz/src/main.js b/src/main/malewicz/src/main.js index 5272d541..89050495 100644 --- a/src/main/malewicz/src/main.js +++ b/src/main/malewicz/src/main.js @@ -32,7 +32,7 @@ Vue.config.productionTip = false const store = new Vuex.Store({ state: { host: 'http://localhost:8007/', - connections: ['demo-db'], + connections: ['h2'], type: 'table', path: [''], page: { 'number': 1, 'size': 15 },