Skip to content

Using HDBC-odbc from Persistent. Functionality for modifying DB is not supported.

License

Notifications You must be signed in to change notification settings

odr/persistent-odbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

persistent-odbc

Using Persistent package with ODBC-databases throw HDBC-odbc.

Functionality is very bounded because there are no schema modification possibilities in general.

Beside that, Persistent has some assumptions about table structures which is not always possible to provide in all databases. E.g. hdbc-odbc transform Oracle's NUMBER into SqlString value, but Persistent want to have PersistInt64 value for keys. I don't see a way to provide that.

Anyway, with this package we can do at least low-level queries from Persistent to any databases.

About

Using HDBC-odbc from Persistent. Functionality for modifying DB is not supported.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published