From f700e10694ce2f4a70486152445b9e9276818dea Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 16 May 2020 10:21:30 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 033b166..10c0a56 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,5 @@ -# Guides - * [Getting start with pgx](https://github.com/jackc/pgx/wiki/Getting-started-with-pgx) * [Getting started with pgx through database/sql](https://github.com/jackc/pgx/wiki/Getting-started-with-pgx-through-database-sql) * [Error handling](https://github.com/jackc/pgx/wiki/Error-Handling) -* [Numeric and decimal support](https://github.com/jackc/pgx/wiki/Numeric-and-decimal-support) \ No newline at end of file +* [Numeric and decimal support](https://github.com/jackc/pgx/wiki/Numeric-and-decimal-support) +* [Automatic prepared statement caching](https://github.com/jackc/pgx/wiki/Automatic-Prepared-Statement-Caching) \ No newline at end of file