Minor edits to the readme to mention sqlite.

This commit is contained in:
Vivian Lim 2018-10-17 23:07:03 -07:00
parent 94efb3d858
commit 2ae2066440
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Web example: Login with warp, ructe, and diesel
# Web example: Login with warp, ructe, and diesel with sqlite
This application is intended as an example of a web service handling a login
session.
It uses the [warp](https://crates.io/crates/warp) web framework,
the [ructe](https://crates.io/crates/ructe) template engine and
the [diesel](https://diesel.rs/) database layer.
the [diesel](https://diesel.rs/) database layer, using the sqlite backend.
[![Build Status](https://travis-ci.org/kaj/warp-diesel-ructe-sample.svg?branch=master)](https://travis-ci.org/kaj/warp-diesel-ructe-sample)