What's the best way to store the bible in SQL?

后端 未结 8 601
予麋鹿
予麋鹿 2021-01-31 10:10

What I\'m looking for is a breakdown of table names w/ corresponding fields/types.

The bible I want to store will be in English and needs to support the following:

相关标签:
8条回答
  • 2021-01-31 10:45

    I also found http://www.lyricue.org/downloads/ that includes several bible translations in mysql format.

    0 讨论(0)
  • 2021-01-31 10:46

    Everything WernerCD's answer, but store the verseText as xml so you can add formatting tags like <red>e.g. Red Text</red> and use the tags to format it in your application

    0 讨论(0)
提交回复
热议问题