From 7940d32803de793976d1b72a10b11681e248db80 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 21 Dec 2011 09:33:10 +0100 Subject: [PATCH] basic plan --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..741c7d4 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +SQLAlchemy Loading Tools +======================== + +A collection of wrappers and functions to make SQLAlchemy core easier +to use in an ETL application. The package is used only for database +abstraction and not as an ORM, allowing users to write extraction +scripts that can work with multiple database backends. + +Functions are provided to easily select and update records in a +transformation pipeline.