Skip to content

Commit 18b1510

Browse files
committed
Added some adapters descriptions
1 parent 5c69ef1 commit 18b1510

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.md

+45
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,51 @@ existing adapters to learn how, it's super-easy, I guarantee.
1010

1111
npm install jugglingdb
1212

13+
plus you should install appropriated adapter, for example for redis:
14+
15+
npm install jugglingdb-redis
16+
17+
check following list of available adapters
18+
19+
## JugglingDB adapters
20+
21+
<table>
22+
<thead>
23+
<tr>
24+
<th>Database type</th>
25+
<th>Package name</th>
26+
<th>Maintainer</th>
27+
<th>Build status</th>
28+
</tr>
29+
</thead>
30+
<tbody>
31+
<tr>
32+
<td><a href="http://firebirdsql.org"><img src="http://firebirdsql.org/favicon.ico" alt="Firebird"/></a> Firebird</td>
33+
<td><a href="http://github.com/hgourvest/jugglingdb-firebird">jugglingdb-firebird</a></td>
34+
<td><a href="http://github.com/hgourvest">Henri Gourvest</a></td>
35+
<td></td>
36+
</tr>
37+
<tr>
38+
<td><a href="http://www.mongodb.org"><img src="http://mongodb.ru/favicon.ico" alt="MongoDB" /></a> MongoDB</td>
39+
<td><a href="/1602/jugglingdb-mongodb">jugglingdb-mongodb</a></td>
40+
<td><a href="/anatoliychakkaev">Anatoliy Chakkaev</a></td>
41+
<td><a href="https://travis-ci.org/1602/jugglingdb-mongodb"><img src="https://travis-ci.org/1602/jugglingdb-mongodb.png?branch=master" alt="Build Status" /></a></td>
42+
</tr>
43+
<tr>
44+
<td><a href="http://www.mysql.com/"><img src="/1602/jugglingdb/raw/master/media/mysql.ico" style="vertical-align:middle"" alt="MySQL" /></a> MySQL</td>
45+
<td><a href="/1602/jugglingdb-mysql">jugglingdb-mysql</a></td>
46+
<td><a href="/anatoliychakkaev">Anatoliy Chakkaev</a></td>
47+
<td><a href="https://travis-ci.org/1602/jugglingdb-mysql"><img src="https://travis-ci.org/1602/jugglingdb-mysql.png?branch=master" alt="Build Status" /></a></td>
48+
</tr>
49+
<tr>
50+
<td><a href="http://redis.io/"><img src="http://redis.io/images/favicon.png" alt="Redis" /></a> Redis</td>
51+
<td><a href="/1602/jugglingdb-redis">jugglingdb-redis</a></td>
52+
<td><a href="/anatoliychakkaev">Anatoliy Chakkaev</a></td>
53+
<td><a href="https://travis-ci.org/1602/jugglingdb-redis"><img src="https://travis-ci.org/1602/jugglingdb-redis.png?branch=master" alt="Build Status" /></a></td>
54+
</tr>
55+
</tbody>
56+
</table>
57+
1358
## Participation
1459

1560
- Check status of project on trello board: https://trello.com/board/jugglingdb/4f0a0b1e27d3103c64288388

0 commit comments

Comments
 (0)