OpenGeoscience / database_assetstore

A Girder plugin to provide access to database tables via extra item endpoints.
Apache License 2.0
4 stars 1 forks source link

Add explicit support for SQLite. #40

Closed manthey closed 7 years ago

manthey commented 7 years ago

This allows sqlite to reference a file on the local file system or any file in a Girder filesystem assetstore. For files in a Girder assetstore, the connection uri is of the form: sqlite:///<resource path of Girder file>, for instance sqlite:////user/manthey/Public/testdb/testdb. SQLite supports functions, regex and match (search). It has complete tests.

zachmullen commented 7 years ago

Is this ready to go?

manthey commented 7 years ago

Yes.