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
Post a Comment