Import a Firebird 1 database to pandas dataframes, show a summary of the database table names, field names, field data types, and index columns, optionally extract and save table data to a directory, ...
$ sql2pb -h Usage of sql2pb: -db string the database type (default "mysql") -field_style string gen protobuf field style, sql_pb | sqlPb (default "sqlPb") -go_package string the protocol buffer ...