You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dtookey 5e28da9c17 Added Blocker (for turning objects into 'blocks' of query text) interface in database-primitives.go
along with an ExecuteString method for *ConnectorGenerics that will take a file name and run a concatenated query.
This VASTLY improves insert times.

Added a hackey pseudoinit function into Interconnect.go in order to get access to a database without all the headache and time of recreating all the tables.

Updated verizon.go to use the new query functions
4 years ago
src Added Blocker (for turning objects into 'blocks' of query text) interface in database-primitives.go 4 years ago
.gitignore updated gitignore 4 years ago
deploy.sh fixed a bone-headed mistake naming the files. hopefully the symptom was corrected. I'll get to work on the cause. 4 years ago
go.mod refactoring of the database is complete and a lot more clean. It is currently untested, so we'll kick off the inaugural scan here in a minute. 4 years ago
run.sh Removed debugging lines from GetTimeAllTimeEntriesForUserThroughDate, but kept the non-200 response code debugging line. 4 years ago