Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Added Diesel ORM #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,19 @@ <h2 id=server>The server story</h2>
<td class=almost>Functional, but under active development</td>
</tr>
<tr>
<td rowspan=2 class=done title=Almost></td>
<td rowspan=2>Database drivers</td>
<td rowspan=3 class=done title=Almost></td>
<td rowspan=3>Database drivers</td>
<td><a href=https://github.com/sfackler/rust-postgres>rust-postgres</a></td>
<td class=yes>Functional, though still prone to change</td>
</tr>
<tr>
<td><a href=https://github.com/mitsuhiko/redis-rs>redis-rs</a></td>
<td class=yes>Functional, though still prone to change</td>
</tr>
<tr>
<td><a href="http://diesel.rs/">Diesel</a></td>
<td class=yes>Functional, though still prone to change</td>
</tr>
<tr>
<td rowspan=4 class=done title=Almost></td>
<td rowspan=4>Frameworks</td>
Expand Down