From 53a83ec02db5cae86b39f7b6b11dcb8183522c88 Mon Sep 17 00:00:00 2001 From: Micah Geisel Date: Sat, 16 May 2020 07:05:25 -0700 Subject: [PATCH] demote neo4j adapter to discontinued list. --- README.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 004209c..b345249 100644 --- a/README.markdown +++ b/README.markdown @@ -52,21 +52,19 @@ MongoDB Redis * [database_cleaner-redis](https://github.com/DatabaseCleaner/database_cleaner-redis) -Neo4j - * [database_cleaner-neo4j](https://github.com/DatabaseCleaner/database_cleaner-neo4j) - More details on available configuration options can be found in the README for the specific adapter gem that you're using. For support or to discuss development please use the [Google Group](https://groups.google.com/group/database_cleaner). ### Discontinued adapters -The following adapters have been discontinued, as their libraries appear to be unmaintained. Please let us know on the [Google Group](https://groups.google.com/group/database_cleaner) if you think one of these should be resurrected! +The following adapters have been discontinued. Please let us know on the [Google Group](https://groups.google.com/group/database_cleaner) if you think one of these should be resurrected! * [database_cleaner-data_mapper](https://github.com/DatabaseCleaner/database_cleaner-data_mapper) * [database_cleaner-couch_potato](https://github.com/DatabaseCleaner/database_cleaner-couch_potato) * [database_cleaner-mongo_mapper](https://github.com/DatabaseCleaner/database_cleaner-mongo_mapper) * [database_cleaner-moped](https://github.com/DatabaseCleaner/database_cleaner-moped) + * [database_cleaner-neo4j](https://github.com/DatabaseCleaner/database_cleaner-neo4j) ## How to use