Skip to content

Python code I created to manage and access a SQLite database for the TAMU Tidal Hackathon.

Notifications You must be signed in to change notification settings

dakotaPPP/tidal_hackathon_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TAMU Tidal Hackathon Database

Welcome to the TAMU Tidal Hackathon Database repository! 🚀

This repository manages a database created and utilized by our team during the TAMU Tidal Hackathon, held on 11-11-2023. The database is powered by the Python library sqlite3, which facilitates the execution of commands essential for the competition.

Usage

If you're interested in replicating this database or using the associated commands, consider changing the file name "main_database.db" to a name of your choice.

# Example command to change the database file name
conn = sqlite3.connect('main_database.db') --> conn = sqlite3.connect('your_database_name.db')

Achievements

We're proud to share that this code contributed to our team receiving the 4th position out of 64 teams at the competition! 🏆😄

Feel free to explore, contribute, or adapt this code for your own projects. If you have any questions or suggestions, don't hesitate to reach out.

Happy coding! 👩‍💻👨‍💻

About

Python code I created to manage and access a SQLite database for the TAMU Tidal Hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages