Changeset 80 in code


Ignore:
Timestamp:
Mar 4, 2020, 7:13:20 PM (5 years ago)
Author:
contact
Message:

readme: pipe commands into sqlite3 instead of using -init

This makes it so sqlite3 exits after executing the file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r78 r80  
    1111## Usage
    1212
    13     sqlite3 -init schema.sql jounce.db
     13    sqlite3 jounce.db <schema.sql
    1414    # Insert users, networks, channels to database
    1515    go run ./cmd/jounce
Note: See TracChangeset for help on using the changeset viewer.