Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 628 Bytes

File metadata and controls

15 lines (10 loc) · 628 Bytes

The db-lib library is one of the components of the RAGdeterm solution, which are presented below:

Image description

The db-lib is a Java class library responsible for database access and the implementation of CRUD operations, as well as basic context-search functionalities for a given type. This library also contains a set of SQL statements that create the RAGdeterm database and its tables. Library is used by other projects.

The library description can be found in this document:

Library architecture and functionality