Skip to content

Commit d6e2289

Browse files
apuigsechsmyrman
authored andcommitted
Update Storage Handlers list
Add generic SQL Storage Handler and remove SQLite3.
1 parent a757914 commit d6e2289

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,8 @@ As REST Layer is a simple `net/http` handler. You can use standard middleware to
147147
- [x] [Memory](http://github.com/rs/rest-layer/tree/master/resource/testing/mem) (test only)
148148
- [x] [MongoDB](http://github.com/rs/rest-layer-mongo)
149149
- [x] [ElasticSearch](http://github.com/rs/rest-layer-es)
150-
- [x] [SQLite3](https://github.com/jxstanford/rest-layer-sqlite3) (third party)
150+
- [x] [SQL](https://github.com/apuigsech/rest-layer-sql) (third party)
151151
- [x] [Google Datastore](https://github.com/ajcrowe/rest-layer-datastore) (third party)
152-
- [ ] SQL
153152
- [ ] Redis
154153
- [ ] Google BigTable
155154

0 commit comments

Comments
 (0)