Package net.hectus.sql
package net.hectus.sql
-
ClassDescriptionModified version of the
PostgreConnection
, but with the key difference of throwing no exceptions and instead handling them automatically inside the methods, using a code snipped provided in the constructor or optionally modified usingAutoCatchingPostgreConnection.changeExceptionHandling(Consumer)
.Represents aconnection
to a PostgreSQL database with built-in features for accessing the database with proper values like the playerUUID
, etc.