ソースを参照

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