Skip to content

j-leidy/C-DatabaseExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Database Explorer

This program was written in c++ and utilizes the SQLITE3 Library. This program started out as a final project for a database systems class that required very little functionality. I decided to expand on the project and create a near complete Database Explorer for .db files. The goal was to gain knowledge and improve my c++ skills.

I hope anyone that is working with SQLITE3 can learn something from the source code. If anyone has any feedback feel free to reach out.

Thank you for stopping by!

-John

Functionality

  • Create .db file
  • Use existing .db file
  • Create table
  • Drop table
  • Insert
  • Update
  • Delete row
  • Print table
  • Print all tables
  • About

    Description in README.md

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages