From abcb158c42b734514028fbb9741c7c7dfa04f985 Mon Sep 17 00:00:00 2001 From: Elliana May Date: Wed, 20 Sep 2023 12:44:53 +0800 Subject: [PATCH] docs: update toc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c3394cc..d74181d7 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,13 @@ Basic SQLAlchemy driver for [DuckDB](https://duckdb.org/) * [Auto-incrementing ID columns](#auto-incrementing-id-columns) * [Pandas read_sql() chunksize](#pandas-read_sql-chunksize) * [Unsigned integer support](#unsigned-integer-support) + * [Alembic Integration](#alembic-integration) * [Preloading extensions (experimental)](#preloading-extensions-experimental) * [The name](#the-name) + + + + ## Installation