mysql - Database on java for a small project -


this question has answer here:

my software needs capable of maintaining , editing list of employees (with personal data name, cellphone number, adress etc..).

i wondering best way go on employee database side. should use mysql? or should use technique.

the software needs portable , easy install/use.

you use mysql, there other options. example, storing data in xml or json file , using serialization framework simple works small applications have limited data types , few if intersections in tables.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -