From a8d69b86345bd5bc3d23bcb1e6532dbb609844f4 Mon Sep 17 00:00:00 2001 From: voyz Date: Thu, 27 Aug 2020 16:05:47 +0700 Subject: [PATCH] updated Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 99377b7..8a01656 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,18 @@ Did you write a cool inlet or outlet that you'd like to share with others? Put i * [CsvOutlet](https://databay.readthedocs.io/en/latest/api/databay/outlets/csv_outlet/index.html) - CSV file outlet (built-in). * [MongoOutlet](https://databay.readthedocs.io/en/latest/api/databay/outlets/mongo_outlet/index.html) - MongoDB outlet (built-in). +#### Requests + +The following are inlets and outlets that others would like to see implemented. Feel free to build an item from this list and share your implementation! Let us know if you'd like to add an item to this list. + +* PostgreSqlOutlet - [PostgreSQL](https://www.postgresql.org/) Outlet + ## Roadmap #### v1.0 1. Beta test the pre-release. +1. ~~Complete 100% test coverage.~~ 1. Add more advanced examples. 1. Release v1.0. 1. Buy a carrot cake and celebrate.