IslandDB is a collection of Import Projects and related wrappers/drivers that allow you to access common database types from your Island projects.
The custom code in this repository is covered by the MIT license (see LICENSE.md) but the individual database imports use third party code, and may have their own licenses associated with them.
Inside each of the directories in this project you'll find .elements files for each database driver. These files can be built with EBuild, or referenced as Remote Project Reference from your Elements projects.
e.g.
<RemoteProjectReference Include="github.com/remobjects/IslandDB/pgsql-driver/pgsql-driver.elements:*" />