sqlite3_to_mysqlΒΆ
- sqlite3_to_mysql package
- Submodules
- sqlite3_to_mysql.cli module
- sqlite3_to_mysql.click_utils module
- sqlite3_to_mysql.debug_info module
- sqlite3_to_mysql.mysql_utils module
CharSet
check_mysql_current_timestamp_datetime_support()
check_mysql_expression_defaults_support()
check_mysql_fractional_seconds_support()
check_mysql_fulltext_support()
check_mysql_json_support()
check_mysql_values_alias_support()
get_mysql_version()
mysql_supported_character_sets()
safe_identifier_length()
- sqlite3_to_mysql.sqlite_utils module
- sqlite3_to_mysql.transporter module
SQLite3toMySQL
SQLite3toMySQL.COLUMN_LENGTH_PATTERN
SQLite3toMySQL.COLUMN_PATTERN
SQLite3toMySQL.COLUMN_PRECISION_AND_SCALE_PATTERN
SQLite3toMySQL.COLUMN_UNSIGNED_PATTERN
SQLite3toMySQL.CURRENT_DATE
SQLite3toMySQL.CURRENT_TIME
SQLite3toMySQL.CURRENT_TS
SQLite3toMySQL.MYSQL_CONNECTOR_VERSION
SQLite3toMySQL.NUMERIC_LITERAL_PATTERN
SQLite3toMySQL.SQLITE_NOW_FUNC
SQLite3toMySQL.STRFTIME_NOW
SQLite3toMySQL.__init__()
SQLite3toMySQL.transfer()
- sqlite3_to_mysql.types module
SQLite3toMySQLAttributes
SQLite3toMySQLParams
SQLite3toMySQLParams.chunk
SQLite3toMySQLParams.exclude_sqlite_tables
SQLite3toMySQLParams.ignore_duplicate_keys
SQLite3toMySQLParams.log_file
SQLite3toMySQLParams.mysql_charset
SQLite3toMySQLParams.mysql_collation
SQLite3toMySQLParams.mysql_create_tables
SQLite3toMySQLParams.mysql_database
SQLite3toMySQLParams.mysql_host
SQLite3toMySQLParams.mysql_insert_method
SQLite3toMySQLParams.mysql_integer_type
SQLite3toMySQLParams.mysql_password
SQLite3toMySQLParams.mysql_port
SQLite3toMySQLParams.mysql_socket
SQLite3toMySQLParams.mysql_ssl_disabled
SQLite3toMySQLParams.mysql_string_type
SQLite3toMySQLParams.mysql_text_type
SQLite3toMySQLParams.mysql_transfer_data
SQLite3toMySQLParams.mysql_truncate_tables
SQLite3toMySQLParams.mysql_user
SQLite3toMySQLParams.quiet
SQLite3toMySQLParams.sqlite_file
SQLite3toMySQLParams.sqlite_tables
SQLite3toMySQLParams.use_fulltext
SQLite3toMySQLParams.with_rowid
SQLite3toMySQLParams.without_foreign_keys
- Module contents