All Projects → tengla → Sqlite3 To Mysql

tengla / Sqlite3 To Mysql

Make an Sqlite3 export MySQL readable.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Sqlite3 To Mysql

Sqlancer
Detecting Logic Bugs in DBMS
Stars: ✭ 672 (+479.31%)
Mutual labels:  sql, mysql, sqlite
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+568.1%)
Mutual labels:  sql, mysql, sqlite
Sequelize
An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js
Stars: ✭ 25,422 (+21815.52%)
Mutual labels:  sql, mysql, sqlite
Evolve
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
Stars: ✭ 477 (+311.21%)
Mutual labels:  sql, mysql, sqlite
Sql Kit
*️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
Stars: ✭ 115 (-0.86%)
Mutual labels:  sql, mysql, sqlite
Go Sqlbuilder
A flexible and powerful SQL string builder library plus a zero-config ORM.
Stars: ✭ 539 (+364.66%)
Mutual labels:  sql, mysql, sqlite
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+6548.28%)
Mutual labels:  sql, mysql, sqlite
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+20375.86%)
Mutual labels:  sql, mysql, sqlite
Ebean
Ebean ORM
Stars: ✭ 1,172 (+910.34%)
Mutual labels:  sql, mysql, sqlite
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (+748.28%)
Mutual labels:  sql, mysql, sqlite
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (-20.69%)
Mutual labels:  sql, mysql, sqlite
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+992.24%)
Mutual labels:  sql, mysql, sqlite
Dotmim.sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Stars: ✭ 406 (+250%)
Mutual labels:  sql, mysql, sqlite
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+6842.24%)
Mutual labels:  sql, mysql, sqlite
Walkable
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
Stars: ✭ 384 (+231.03%)
Mutual labels:  sql, mysql, sqlite
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+538.79%)
Mutual labels:  sql, mysql, sqlite
Requery
requery - modern SQL based query & persistence for Java / Kotlin / Android
Stars: ✭ 3,071 (+2547.41%)
Mutual labels:  sql, mysql, sqlite
Sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Stars: ✭ 5,039 (+4243.97%)
Mutual labels:  sql, mysql, sqlite
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (-81.9%)
Mutual labels:  sql, mysql, sqlite
Xeus Sql
xeus-sql is a Jupyter kernel for general SQL implementations.
Stars: ✭ 85 (-26.72%)
Mutual labels:  sql, mysql, sqlite

== sqlite3-to-mysql

Simple sed script for attempting to convert Sqlite3 sql to MySql sql.

== Usage:

sqlite3-to-mysql filename.sql > filename.new.sql

== Notes

Please note that sed needs to be in your $PATH

Not guaranteed to work, but can serve as a starting point.

Note that varchar will be translated to varchar(255).

Decided to make this after trying the yaml_db gem, which I found to be excruciatingly slow for any dataset of considerable size.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].