Skip to content

Commit

Permalink
Merge pull request #29 from target/update_time_readme
Browse files Browse the repository at this point in the history
update readme TOC
  • Loading branch information
dtanner authored Oct 2, 2023
2 parents 4ed2c08 + 01cf63b commit e130972
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,44 @@ Lightweight library to help simplify JDBC database access. Main features:
handling, updates, and batch statements

<!-- TOC -->

* [lite-for-jdbc](#lite-for-jdbc)
* [Gradle Setup](#gradle-setup)
* [Db Setup](#db-setup)
* [Custom Database Types](#custom-database-types)
* [Methods](#methods)
* [executeQuery](#executequery)
* [findAll](#findall)
* [executeUpdate](#executeupdate)
* [executeWithGeneratedKeys](#executewithgeneratedkeys)
* [executeBatch](#executebatch)
* [useNamedParamPreparedStatement](#usenamedparampreparedstatement)
* [useNamedParamPreparedStatementWithAutoGenKeys](#usenamedparampreparedstatementwithautogenkeys)
* [useConnection](#useconnection)
* [executeQuery](#executequery)
* [findAll](#findall)
* [executeUpdate](#executeupdate)
* [executeWithGeneratedKeys](#executewithgeneratedkeys)
* [executeBatch](#executebatch)
* [executeBatch Counts only](#executebatch-counts-only)
* [useNamedParamPreparedStatement](#usenamedparampreparedstatement)
* [useNamedParamPreparedStatementWithAutoGenKeys](#usenamedparampreparedstatementwithautogenkeys)
* [useConnection](#useconnection)
* [Query Parameters](#query-parameters)
* [Named Parameters](#named-parameters)
* [Positional Params](#positional-params)
* [Named Parameters](#named-parameters)
* [Positional Params](#positional-params)
* [Row Mapping](#row-mapping)
* [rowMapper](#rowmapper)
* [ResultSet/PreparedStatement extensions](#resultsetpreparedstatement-extensions)
* [Date Time in Postgresql](#date-time-in-postgresql)
* [Storing timestamps with timezone](#storing-timestamps-with-timezone)
* [propertiesToMap](#propertiestomap)
* [rowMapper](#rowmapper)
* [ResultSet/PreparedStatement extensions](#resultsetpreparedstatement-extensions)
* [Java type to Postgresql column type mapping requirements](#java-type-to-postgresql-column-type-mapping-requirements)
* [Storing timestamps with timezone](#storing-timestamps-with-timezone)
* [propertiesToMap](#propertiestomap)
* [Transactions & Autocommit](#transactions--autocommit)
* [withAutoCommit](#withautocommit)
* [withTransaction](#withtransaction)
* [DataSource configuration & AutoCommit](#datasource-configuration--autocommit)
* [DataSource settings](#datasource-settings)
* [Testing with mockkTransaction](#testing-with-mockktransaction)
* [withAutoCommit](#withautocommit)
* [withTransaction](#withtransaction)
* [DataSource configuration & AutoCommit](#datasource-configuration--autocommit)
* [DataSource settings](#datasource-settings)
* [Testing with mockkTransaction](#testing-with-mockktransaction)
* [IntelliJ SQL language integration](#intellij-sql-language-integration)
* [Development](#development)
* [Building](#building)
* [Issues](#issues)
* [Contributing](#contributing)
* [Code review standards](#code-review-standards)
* [Testing standards](#testing-standards)

* [Building](#building)
* [Issues](#issues)
* [Contributing](#contributing)
* [Code review standards](#code-review-standards)
* [Testing standards](#testing-standards)
* [Breaking version changes](#breaking-version-changes)
* [`1.9.2` -> `2.0.0`](#192---200)
<!-- TOC -->

# Gradle Setup
Expand Down

0 comments on commit e130972

Please sign in to comment.