VB.Net and LiO

Hello,
I would like to use LibreOffice databases in my VB.Net developments.
Are there any APIs and tools to install for VB.Net that allow for proper integration into the IDE of odb database management commands?

LibreOffice does not have “databases” as such. Base, a portion of LibreOffice, is a front end (a tiny bit like VB) to various databases. LibreOffice does come with (and Base defaults to using) version 1.8 HSQLDB embedded database and can interface with many other databases using proper connectors (JDBC, SDBC, ODBC). HSQLDB can be downloaded and connected to like most other databases including MySQL, PostgreSQL, MariaDB, FireBird and many others.

Thank you for the clarification