Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e6562 committed Jan 16, 2013
1 parent daa6d2a commit 9018135
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
@@ -0,0 +1,12 @@
# JOOQ Vernissage

This is the source code for a tech talk I held at LShift about JOOQ (http://jooq.org).

Using off the shelf Maven plugins, it demonstrates:

* Migrating a local database with Flyway;
* Introspecting the resulting schema with JOOQ to generate code artifacts;
* Running a test that compiles against the generated code;
* This test demonstrates some basic API usage to read and write to and from the DB using JOOQ;
* If you add a second DDL migration, that say introduces a breaking change to the DDL, Flyway will migrate this,
JOOQ will re-generate artifacts and then the compiler will complain that the DB access is no longer type safe;

0 comments on commit 9018135

Please sign in to comment.