Skip to content

Commit d90bf88

Browse files
committed
Docs: README, add table of contents
1 parent 1cfd622 commit d90bf88

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
# ebean-datasource
77
A robust and fast SQL DataSource implementation
88

9+
## Table of Contents
10+
11+
- [Example use](#example-use)
12+
- [Robust and fast](#robust-and-fast)
13+
- [Read-Only Connection Pools](#read-only-connection-pools)
14+
- [Kubernetes / Container Deployment](#kubernetes--container-deployment)
15+
- [AWS Lambda](#aws-lambda)
16+
- [Mature](#mature)
17+
- [Java modules use](#java-modules-use)
18+
919
### Example use:
1020

1121
```java
@@ -225,7 +235,7 @@ DataSourcePool pool = DataSourcePool.builder()
225235

226236
### Mature
227237

228-
This pool has been is heavy use for more that 10 years and stable since April 2010 (the last major refactor to use `java.util.concurrent.locks`).
238+
This pool has been is heavy use for more that 16 years and stable since April 2010 (the last major refactor to use `java.util.concurrent.locks`).
229239

230240
This pool was previously part of Ebean ORM with prior history in sourceforge.
231241

0 commit comments

Comments
 (0)