Skip to content

Files

Latest commit

ed8fc6f · Sep 3, 2019

History

History
17 lines (10 loc) · 860 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 860 Bytes

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