Is that possible to create a database that's already included in the project and without opening the database application?
Because, I have to publish the system that I made.
Is that possible to create a database that's already included in the project and without opening the database application?
Because, I have to publish the system that I made.
I think that you might be interested by in-memory databases
, It is treated here.
You could also have a remote database
, giving the capacity to anyone with your application and appropriate credentials to connect to it.
If you are looking for a other alternative, you could also export the Scheme
and/or Data
of a database to a portable .sql
file.