ravenscroftj / partridge

Git repository for my dissertation book/journal parsing project
Other
12 stars 3 forks source link

Web Interface - Database Engine System #4

Closed ravenscroftj closed 11 years ago

ravenscroftj commented 11 years ago

Set up a basic database engine for Partridge to store data about paper in.

ravenscroftj commented 11 years ago

I now have a basic ER diagram and am using Flask-SQLAlchemy to manage and abstract database interaction.