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

后端 未结 8 621
予麋鹿
予麋鹿 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:28

    Here is another collection / example for you:

    https://github.com/scrollmapper/bible_databases

    Here you will see SQL, XML, CSV, and JSON. Of special note is the cross-reference table (quite extensive and amazing) and a simple verse-id system for fast queries.

    EDIT: Notice the ids of the tables are book-chapter-verse combinations, always unique.

提交回复
热议问题