Skip to content

Commit

Permalink
#326 add malewicz files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed May 28, 2019
1 parent bbcb374 commit 136fa70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@
<version>1.6</version>
<configuration>
<workingDirectory>src/main/malewicz</workingDirectory>
<installDirectory>target</installDirectory>
</configuration>
<executions>
<!-- Install our node and npm version to run npm/node scripts-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/malewicz/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 136fa70

Please sign in to comment.