diff --git a/README.md b/README.md index 6c7340a..a1c2f5a 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ internet or DB connection pool to access the database. ) data class DatabaseQueryTool(val sql: String): UsableTool { + @Transient internal lateinit var connection: Connection override fun use(