Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmith55 committed Aug 7, 2024
1 parent 79027a0 commit caa4c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage/database/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GMNS networks in a database
Although GMNS is implementation-agnostic, some users may find it convenient to place GMNS-formatted networks into a relational database. This folder contains an SQLite database, as well as the sql create statements. There are two versions:
Although GMNS is implementation-agnostic, some users may find it convenient to place GMNS-formatted networks into a relational database. Use of a database is OPTIONAL. This folder contains an SQLite database, as well as the sql create statements. There are two versions:
- Integer_ids: The ID fields (primary and foreign keys on the tables) are stored as integers
- Text_ids: The ID fields (primary and foreign keys on the tables) are stored as text

0 comments on commit caa4c85

Please sign in to comment.