Skip to content

Commit 7b1a9c0

Browse files
authored
Merge pull request #6 from darkredz/dev
Dev
2 parents 8978ea9 + 529106a commit 7b1a9c0

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Zeko-Data-Mapper
2-
A lightweight data mapper library in Kotlin that helps to map the result of queries from your normalized dataset(from RDBMS or any source) back into relational mapped Hash maps
31

4-
To use, add these to your maven pom.xml
2+
# Zeko Data Mapper
3+
![alt Zeko Data Mapper](./docs/assets/zeko-rabbit.png "Zeko lightweight data mapper")
4+
5+
A lightweight, fast and simple data mapper library in Kotlin that helps to map the result of queries from your normalized dataset(from RDBMS, SQLite, CSV or any source) back into relational mapped Hash maps
6+
7+
ps: Zeko turns out to be rabbit in Croatian, thus the logo :D
8+
9+
[Show your ❤ with a ★](https://github.com/darkredz/Zeko-Data-Mapper/stargazers)
10+
11+
### To use, add these to your maven pom.xml
512

613

714
<repositories>
@@ -18,7 +25,7 @@ To use, add these to your maven pom.xml
1825
<dependency>
1926
<groupId>com.zeko.model</groupId>
2027
<artifactId>data-mapper</artifactId>
21-
<version>1.0</version>
28+
<version>1.3</version>
2229
</dependency>
2330

2431

@@ -151,4 +158,5 @@ Jasync-sql is a port of [mauricio/postgresql-async](https://github.com/mauricio/
151158
If you use Vert.x common sql interface, such as the async [MySQL and postgresql client](https://vertx.io/docs/vertx-mysql-postgresql-client/java/)
152159
which uses Mauricio Linhares [async driver](https://github.com/mauricio/postgresql-async), you will find that the result return is typed as List of JsonArray
153160

154-
Example using Zeko with vertx common sql results can be (found here)[https://github.com/darkredz/Zeko-Data-Mapper/blob/dev/examples/zeko-vertx-query/src/main/kotlin/com/zeko/example/MainVerticle.kt#L112]
161+
Example using Zeko with vertx common sql results can be [found here](https://github.com/darkredz/Zeko-Data-Mapper/blob/dev/examples/zeko-vertx-query/src/main/kotlin/com/zeko/example/MainVerticle.kt#L112)
162+

docs/assets/zeko-rabbit.png

-19.4 KB
Loading

0 commit comments

Comments
 (0)