-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Vernon Cole edited this page Mar 2, 2023
·
13 revisions
Welcome to the idstring wiki!
The most complete documentation for how to use IDstring is found in the sample file ../sample_seedstore.py and in tests/testidstring.py as well as README.md.
The sample program creates a simple sqlite database with two tables. One propigates a list of names with serial ID numbers. The other is a simple one-row table which maintains the next number to be assigned and guards against parallel updates. Run it from two terminals to see the interaction at work.