瀏覽代碼

Wrote about initialization

Samuel W. Flint 8 年之前
父節點
當前提交
06568f068d
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      library.org

+ 4 - 1
library.org

@@ -103,12 +103,15 @@ The following defines the format of book records, which are used to describe eac
   %auto: ID Inserted
 #+END_SRC
 
-* WORKING Initialize
+* DONE Initialize
+CLOSED: [2016-10-23 Sun 15:01]
 :PROPERTIES:
 :CREATED:  <2016-04-13 Wed 22:13>
 :ID:       8308ab62-05a0-4240-a073-d2e4baab9ab2
 :END:
 
+The initialization of the database is accomplished by creating the containing directory, and within it, creating the database file, which defines the structure of the database.  If git is to be initialized for the database, this must be done manually.
+
 #+Caption: Initialize a Database
 #+Name: initialize-database
 #+BEGIN_SRC sh