File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# ebean-datasource
77A 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
230240This pool was previously part of Ebean ORM with prior history in sourceforge.
231241
You can’t perform that action at this time.
0 commit comments