Administer data access applications on the Liberty profile
The Liberty profile provides support to the data access applications using Liberty features such as jdbc-4.0 and other features.
Subtopics
- Configure database connectivity
We can configure a data source associated with different JDBC providers for database connectivity. The JDBC providers supply the driver implementation classes required for JDBC connectivity with the specific vendor database.
Create Liberty applications that use CouchDB
Applications that use CouchDB can run on the Liberty profile. For access to a CouchDB instance, applications use the ektorp Java API and a connection instance configured for the NoSQL database.
Parent topic: Administer data access resources