Devin W.C. Ryan

database

Ping Results to Database

I updated my script to write the results to a database to allow for easier manipulation of the data through queries, instead of having to traverse a file, linearly.  The database design is very simple, consisting of only two tables, and can be easily expanded to contain more information about the device.   The bold

Ping Results to Database Read More »

Tracker Database v.1

Tracker Database Design

What is an application without some sort of storage mechanism behind the scenes?  Above represents my database design which I am going to go into more details about. At the heart of the database is the User table which stores user information and associates a reading list, measurement, or golf round with a corresponding user such

Tracker Database Design Read More »