Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 675 Bytes

chapter3_1.md

File metadata and controls

14 lines (7 loc) · 675 Bytes

Using Diana drivers

An important thing about Diana is that it is one API divided in four, one for each database flavor. So, just the API is useless without an implementation. Once the database implements Diana and passes on TCK, it calls him a database driver from a type.

In a multi-model database, that has support for more than one NoSQL kind; the provider must implement more than one API, one to each database that it supports.

There are database drivers ready to test:

https://github.com/eclipse/jnosql-diana-driver

Some samples:

https://github.com/JNOSQL/diana-demos