# # change sql tables with editor # # $Id: README,v 1.1.1.1 2004/06/25 18:28:17 chris Exp $ # # usage: vsql /srvtype/db/table/user/password # # supported rdbms: # - mysql # - postgresql # database specific adoptions: # - DBI DSN string -> before first connect() # - query string for detecting table layout -> get_column_names() # working: # - changing data (update) - just edit line # - adding (insert) - just add line with new number # - deleting (delete) - just prepend line number with "D" or "d" # special chars are: # - separator is ";" which must be quoted as '\;' # - escape char "\" which must be quoted as '\\' # todo: # - support for more databases :-) # - config file for default parameters # - password prompt # - selection of records # - selection of columns #