Skip to content

mirror an oracle database to a postgresql using sqlalchemy

License

Notifications You must be signed in to change notification settings

ashwoods/lustro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lustro

Small python library and command line utility to introspect and mirror an Oracle database to a PostgreSQL using SQLAlchemy.

This code is in alpha state, and although it is currently being used to export a small DB from oracle to postgres, it probably doesn't handle most types and Foreignkey dependencies correctly. It was published as a possible starting point for anyone wanting to import or mirror data from Oracle to PostgreSQL in python.

The introspection might also work on another DB, although the type maps currently probably only work with Oracle -> PostgreSQL.

About

mirror an oracle database to a postgresql using sqlalchemy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages