orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
208 stars 63 forks source link

H2GISDBFactory and PostGISDBFactory usage #1298

Closed ebocher closed 2 years ago

ebocher commented 2 years ago

To create a DataSource from H2GISDBFactory we use a static method

H2GISDBFactory.createDataSource(properties))

It would be nice to have the same approach with PostGIS