silentbalanceyh/vertx-zero

View on GitHub
docs/vertx-zero-tutorial/d10062-jooqcreate-operation.md

Summary

Maintainability
Test Coverage
# Jooq/Create Operation

From this chapter we'll focus on CRUD operations on database, the first operation is `Create`, it's mapped to `INSERT`
sql statement.

## 1. Source Code