Skip to content

JavaFX application for viewing and modifying SQLite database files.

License

Notifications You must be signed in to change notification settings

elsheepo/SQLite-Database-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite-Database-Manager

🎯 To-Do

  • Refactor ResultSet handling to DBController.java
  • Flexible GUI
  • DBController.add()
  • DBController.update()
  • DBController.delete()

📦 Dependencies

In order to run the program, Java SE Runtime Environment 8 or higher must be installed on your system.

📂 Downloads

💻 Execution

  • For Windows users, simply extract the sqlite-db-mgr.exe from the archive, and run.

  • For Linux users, extract the sqlite-db-mgr.jar file from the archive, and execute with the following commands.

    tar -xvjf sqlite-db-mgr-1.0.tar.bz2
    java -jar sqlite-db-mgr-1.0/sqlite-db-mgr.jar
    

🔑 Licence

This software is licenced under the GPLv3.0.

📧 Contact

You can contact me directly via the Contact form located on my homepage!

About

JavaFX application for viewing and modifying SQLite database files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published