Giter VIP home page Giter VIP logo

wrapd-demo's Introduction

Wrapd-demo

Wrapd is a SQL amplifier, a lightweight database abstraction layer generator and schema migrator that helpfully exposes SQL in Java rather than hiding it.

See https://wrapd.org for Wrapd documentation.

The Wrapd library is hosted at https://github.com/DaveVoorhis/Wrapd.

This is a simple sample application created using Wrapd. It consists of four subprojects:

  1. database - Connects to the SQL DBMS.
  2. schema - Automated schema generation and migration. References database.
  3. queries - Auto-generates the database abstraction layer in application from SQL queries. References database.
  4. application - A simple application to update and query the database. Uses the database abstraction layer generated by queries. References database.

To build and run the Wrapd demo

You either need Docker installed on your system to use the provided MySQL configuration, or you need an accessible MySQL server. If you're using the latter, change database/src/main/resources/db.properties to reflect your database settings. The database subproject tests will verify database connectivity.

docker-compose up -d     # skip if using your own MySQL server
sleep 10                 # give DBMS time to spool up
gradle clean
gradle runSchemaSetup
gradle runQueryBuild
gradle build
gradle run
docker-compose down -v   # skip if using your own MySQL server

wrapd-demo's People

Contributors

davevoorhis avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.