[Task]: Setup database interaction module #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task description
setup a module that can interact with a database (Postgres likely, might need to retool for other DBs if necessary.
Functionality
Assign to Project
so far the internal functionality for executing SQL queries is implemented. I don't have error handling fully implemented yet so it just returns an empty list for now and print the error.
Also got read mostly implemented, I haven't added functionality to deal with new rows yet.