/IslandDB

Collection of import projects and drivers for Elements Island database driver

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Overview

IslandDB is a collection of Import Projects and related wrappers/drivers that allow you to access common database types from your Island projects.

License

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.

Getting started

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:*" />