marcdb
------

DESCRIPTION

marcdb is a little utility for reading in marc data into a relational database.
The magic of sqlalchemy and elixir mean that you can use any supported rdbms:
postgres, sqlite, mysql, etc...you'll just need to make sure you've got the
relevant database driver installed.

DEPENDENCIES

These ought to all be installed for you when you:

  % easy_install marcdb

- sqlalchemy: http://www.sqlalchemy.org/
- elixir: http://elixir.ematia.de
- web.py : http://webpy.org
- relevant rdbms driver 

QUICK HOWTO

1. install marcdb

   % easy_install marcdb

2. create your database

   % marcdb create sqlite:///marc.db

3. import your marc data:

   % marcdb load marc.dat sqlite:///marc.db

4. log into your db and take a look 

AUTHOR

Ed Summers <ehs@pobox.com>
