All Questions
5 questions
6
votes
4
answers
2k
views
Program for an employee database using python
In this program I'm defining functions to perform different tasks on a data record book for employees.
Here is a summary of the code:
Intro() to make the presentation of the home page.
create_record()...
4
votes
2
answers
304
views
Creating a database, a table within the database and inserting some values into it in one go
I've written a script which creates a new database, a table within the database, ...
3
votes
1
answer
347
views
Get future events from Pinnacle API
My program makes API requests to Pinnacle Sports to retrieve future events and saves them to the database.
Questions:
Do I manage the database resources correctly? It takes about 3 seconds to check ...
3
votes
1
answer
121
views
MySQL request in Python
In my code I have three requests to a MySQL database:
...
5
votes
1
answer
212
views
Automatic database migration system
Github here: https://github.com/cmancone/mygrations
I'm working on a different kind of database migration system for helping manage web applications. I asked a question about part of the system just ...