8000 Updating readmes · mauricio/postgresql-async@9243280 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 9243280

Browse files
committed
Updating readmes
1 parent a02fab4 commit 9243280

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.markdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,30 @@ This project always returns [JodaTime](http://joda-time.sourceforge.net/) when d
1111
If you want information specific to the drivers, check the [PostgreSQL README](postgresql-async/README.md) and the
1212
[MySQL README](mysql-async/README.md).
1313

14+
You can view the project's [CHANGELOG here](CHANGELOG.md).
15+
1416
## Include them as dependencies
1517

1618
And if you're in a hurry, you can include them in your build like this, if you're using PostgreSQL:
1719

1820
```scala
19-
"com.github.mauricio" %% "postgresql-async" % "0.2.10"
21+
"com.github.mauricio" %% "postgresql-async" % "0.2.11"
2022
```
2123

2224
Or Maven:
2325

2426
```xml
2527
<dependency>
2628
<groupId>com.github.mauricio</groupId>
27-
<artifactId>postgresql-async_2.10</artifactId>
29+
<artifactId>postgresql-async_2.11</artifactId>
2830
<version>0.2.10</version>
2931
</dependency>
3032
```
3133

3234
And if you're into MySQL:
3335

3436
```scala
35-
"com.github.mauricio" %% "mysql-async" % "0.2.10"
37+
"com.github.mauricio" %% "mysql-async" % "0.2.11"
3638
```
3739

3840
Or Maven:
@@ -41,7 +43,7 @@ Or Maven:
4143
<dependency>
4244
<groupId>com.github.mauricio</groupId>
4345
<artifactId>mysql-async_2.10</artifactId>
44-
<version>0.2.10</version>
46+
<version>0.2.11</version>
4547
</dependency>
4648
```
4749

postgresql-async/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This driver contains Java code from the [JDBC PostgreSQL](http://jdbc.postgresql
2020
- date, time and timestamp types are handled as JodaTime objects and **not** as **java.util.Date** objects
2121
- all work is done using the new `scala.concurrent.Future` and `scala.concurrent.Promise` objects
2222
- support for Byte arrays if using PostgreSQL >= 9.0
23+
- support for LISTEN/NOTIFY operations (check [ListenNotifySpec](https://github.com/mauricio/postgresql-async/blob/master/postgresql-async/src/test/scala/com/github/mauricio/async/db/postgresql/ListenNotifySpec.scala) for an example on how to use it );
2324

2425
## What is missing?
2526

0 commit comments

Comments
 (0)
0