Connection/Record
API and MainServlet.openNewConnection() / closeConnection(db,
success), not raw JDBC. Use org.kissweb.json.{JSONObject,
JSONArray}, not external JSON libraries.
// CORRECT
if (x == null)
return;
// CORRECT
if (x == null) {
return;
}
// WRONG
if (x == null) return;
Migration class plus a registry entry
plus a CURRENT_DB_VERSION bump, all in one commit.