Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java/jOOQ: Add basic demo application and testing rig #9

Merged
merged 3 commits into from
Jan 25, 2023

Commits on Jan 20, 2023

  1. Java/jOOQ: Add basic demo application

    Demo application using CrateDB with jOOQ and the PostgreSQL JDBC driver.
    amotl committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b60cf0d View commit details
    Browse the repository at this point in the history
  2. Java/jOOQ: Add generated database model classes

    jOOQ's code generator [1] takes your database schema and reverse-
    engineers it into a set of Java classes.
    
    This feature currently does not work with CrateDB yet. The code provided
    within the `src/generated` directory has not been derived by
    reflecting the database schema from CrateDB.
    
    Hereby, it is provided statically.
    
    [1] https://www.jooq.org/doc/latest/manual/code-generation/
    amotl committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    debf068 View commit details
    Browse the repository at this point in the history
  3. Java/jOOQ: Add Gradle wrapper

    amotl committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    eb951b9 View commit details
    Browse the repository at this point in the history