File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [ ![ Build] ( https://github.com/ebean-orm/ebean-datasource/actions/workflows/build.yml/badge.svg )] ( https://github.com/ebean-orm/ebean-datasource/actions/workflows/build.yml )
2+
13# ebean-datasource
24Implementation of ebean-datasource-api - a SQL DataSource implementation
35
@@ -10,9 +12,9 @@ Implementation of ebean-datasource-api - a SQL DataSource implementation
1012 config. setUrl(" jdbc:postgresql://127.0.0.1:5432/unit" );
1113 config. setUsername(" foo" );
1214 config. setPassword(" bar" );
13-
14-
15- DataSource pool = DataSourceFactory . create(" app" , config);
15+
16+
17+ DataSource pool = DataSourceFactory . create(" app" , config);
1618
1719```
1820
@@ -30,7 +32,7 @@ but also robust.
3032
3133### Mature
3234
33- 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 ` ).
35+ 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 ` ).
3436
3537This pool was previously part of Ebean ORM with prior history in sourceforge.
3638
@@ -47,4 +49,4 @@ module example {
4749
4850}
4951
50- ```
52+ ```
You can’t perform that action at this time.
0 commit comments