Browse Source

Wrote about initialization

Samuel W. Flint 7 years ago
parent
commit
06568f068d
1 changed files with 4 additions and 1 deletions
  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