I don't know if its right place to ask this question or not, but I am asking here.
What I have tried till now :
In all my projects in JavaSE (Swings, JavaFX) etc I have used MySQL, Oracle, MS SQL Server for my backend.
But for any of these I need to install an individual software like MySQL server etc.
I was wondering if it is possible to get some alternative of this thing so that I don't need to install any extra individual software for database.
Database should be integrated within my JavaSE Application, like we see in normal softwares. We just install the software not the individual DBMS for it.
Such a database that allows me to take backup.
Any Suggestions for this ?
Example to Connect Java Application with mysql database In this example, sonoo is the database name, root is the username and password both. The above example will fetch all the records of emp table. To connect java application with the mysql database, mysqlconnector.jar file is required to be loaded.
You can use
as portable database for your application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With