How can I set up a database (SQL?) for literary annotations?
Posted
by
Jon
on Super User
See other posts from Super User
or by Jon
Published on 2012-04-13T21:14:07Z
Indexed on
2012/04/13
23:33 UTC
Read the original article
Hit count: 232
sql
I'm a literature student and I'd like to be able to annotate literary texts (originally stored in HTML or as text files) on a word-by-word or line-by-line basis. I hear databases like mySQL or SQLite would be good ways to do this sort of thing, but I don't really know where to start.
I'm comfortable with the linux command-line, and have done some HTML/CSS work in the past, so I feel unintimidated by databases and things...I just don't know what to start doing.
© Super User or respective owner