8000 Including the integrations as a list · mauricio/postgresql-async@79c2729 · 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 79c2729

Browse files
committed
Including the integrations as a list
1 parent ae04a22 commit 79c2729

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.markdown

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ If you want information specific to the drivers, check the [PostgreSQL README](p
1313

1414
You can view the project's [CHANGELOG here](CHANGELOG.md).
1515

16-
And, just in case, this is a database driver. You will have to write SQL to use it. If you're looking for something
17-
higher level, you should check [ScalikeJDBC-Async](https://github.com/scalikejdbc/scalikejdbc-async), that provides
18-
a higher level API on top of these drivers and the [Activate Framework](http://activate-framework.org/) that providesa
19-
a distributed ORM on top of them.
16+
## Abstractions and integrations
17+
18+
* [Activate Framework](http://activate-framework.org/) - full ORM solution for persisting objects using a software
19+
transactional memory (STM) layer;
20+
* [ScalikeJDBC-Async](https://github.com/scalikejdbc/scalikejdbc-async) - provides an abstraction layer on top of the
21+
driver allowing you to write less SQL and make use of a nice high level database access API;
22+
* [mod-mysql-postgresql](https://github.com/vert-x/mod-mysql-postgresql) - [vert.x](http://vertx.io/) module that integrates
23+
the driver into a vert.x application;
2024

2125
## Include them as dependencies
2226

0 commit comments

Comments
 (0)
0