I donβt know if he asked this question correctly or not, but I ask here.
What I have tried so far:
In all my JavaSE projects (Swings, JavaFX) , etc. I used MySQL, Oracle, MS SQL Server for my backend.
But for any of them I need to install separate software, such as a MySQL server, etc.
I was wondering if it was possible to get an alternative to this thing so that I did not need to install any additional personalized software for the database.
The database should be integrated into my JavaSE application, as we see in normal software. We just install the software, and not separate DBMS for it.
Such a database that allows me to make backups.
Any suggestions for this?
source share