Dear All,

I have a SQL Database with many related tables, some of these tables
have more than 1000 entries. It's not a big database but it's a very
important one (I have to do daily backups, but it would be better per
change backups)
The speed of select and modify is not a critical parameter.

Lately I've been having problems with the management of this database
since I don't have version control and I can't edit it disconnected.

I'd need to use version control with something similar to CVS, being
able to do SQL queries (selects is enough) and also be able to edit
while disconnected (I'd download the database, I look at it, I modify it
and then I send the changes)

Do someone knows a simple solution (It should be used by someone that
doesn't know anything about computers) and stable one.

Right now I'm using Perl DBI and MySQL and compatibility with at least
perl DBI would be great.

Regards,
Fernando

Reply via email to