quarkiverse / quarkus-jnosql

The Quarkus JNoSql Extension adds support for JNoSQL, an implementation of Jakarta NoSQL.
http://www.jnosql.org/
Apache License 2.0
13 stars 4 forks source link

Add DevServices to Quarkus JNOSQL #75

Open mcruzdev opened 8 months ago

mcruzdev commented 8 months ago

Some providers like DynamoDB have a Quarkus extension with DevServices, but some, like ArangoDB and CouchDB there is no DevServices. The idea here is to integrate and implement DevServices for this extension.

amoscatelli commented 8 months ago

That's nice idea. Yet I think the specific DevServices should be provided by the quarkus extensions specific for those DBs.

This seems a little out of scope of this extension, even if we could make good use of it.