All Projects â†’ ww9 â†’ mysql2sqlite

ww9 / mysql2sqlite

Licence: Unlicense License
Online MySQL to SQLite converter 🔨 https://ww9.github.io/mysql2sqlite/

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to mysql2sqlite

Online Markdown
A online markdown converter specially for Wechat Public formatting.
Stars: ✭ 812 (+2907.41%)
Mutual labels:  converter, online
csv-to-sqlite
A desktop app to convert CSV files to SQLite databases!
Stars: ✭ 68 (+151.85%)
Mutual labels:  converter, sqlite
webp-wasm
Webp image convertor (webassembly, works offline in browser)
Stars: ✭ 18 (-33.33%)
Mutual labels:  converter, online
Sqlitebiter
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
Stars: ✭ 601 (+2125.93%)
Mutual labels:  converter, sqlite
svg2vector
Online batch converter of SVG images to Android vector drawable XML resource files
Stars: ✭ 39 (+44.44%)
Mutual labels:  converter, online
gb-convert
Gameboy tile conversion and map editor tool
Stars: ✭ 26 (-3.7%)
Mutual labels:  converter
jds
Jenesis Data Store: a dynamic, cross platform, high performance, ORM data-mapper. Designed to assist in rapid development and data mining
Stars: ✭ 17 (-37.04%)
Mutual labels:  sqlite
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (+22.22%)
Mutual labels:  sqlite
pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 788 (+2818.52%)
Mutual labels:  converter
save-file-converter
Converter for retro console save files found around the Internet. All common formats for NES/SNES/GBA/N64/TG16/SMS/Genesis/Neo Geo/PS1 supported. Decrypts PSP saves. Converts to and from Retron 5 and MiSTer
Stars: ✭ 56 (+107.41%)
Mutual labels:  converter
bitcoin-cash-converter
Java converter from legacy address to new bitcoincash format and vice versa
Stars: ✭ 22 (-18.52%)
Mutual labels:  converter
dbf2sql
DBF 2 SQL is small command line tool for converting DBF files to MySQL dump format.
Stars: ✭ 12 (-55.56%)
Mutual labels:  converter
android-online-course
Android Online Course
Stars: ✭ 22 (-18.52%)
Mutual labels:  online
entium
A helper for converting entwine tile data into cesium tiles
Stars: ✭ 21 (-22.22%)
Mutual labels:  converter
PokeChat
UNIX compatible, Discord and Telegram inspired, Pokémon-themed instant messaging service.
Stars: ✭ 11 (-59.26%)
Mutual labels:  sqlite
SS-Gang-System-SQLITE
SS Gang System for SA-MP
Stars: ✭ 23 (-14.81%)
Mutual labels:  sqlite
wasm2kt
Web Assembly to Kotlin and Java converter. Allows to compile a C or C++ program/library, and generate a Kotlin or Java program/library.
Stars: ✭ 20 (-25.93%)
Mutual labels:  converter
sqlite zstd vfs
SQLite3 extension for read/write storage compression with Zstandard
Stars: ✭ 42 (+55.56%)
Mutual labels:  sqlite
tex-equation-to-svg
Convert a TeX or LaTeX string to an SVG.
Stars: ✭ 34 (+25.93%)
Mutual labels:  converter
json2xml
json to xml converter in python3
Stars: ✭ 76 (+181.48%)
Mutual labels:  converter

License: Unlicense

Update 2022-01-01

I'll be mantaining this repo.

Plans are to keep it simple but if we want to make this work properly we will have to add a bit of extra tooling. At the very least tests to prevent regressions and make sure conversion works as intended.

Perhaps TypeScript and Svelte too. Let me know what you think.

MySQL to SQLite online converter

Online tool that converts SQL DDL code from MySQL to SQLite format.

Click here to open: https://ww9.github.io/mysql2sqlite/

Screenshot

Why?

I needed to convert a MySQL SQL file to SQLite and couldn't find an online solution. So I wrote one.

Todo

  • Create tests and make sure they fix current Issues.
  • Create sample SQL for testing.
  • Implement options like don't remove comments, custom escaping.

Problem converting SQL file?

This was tested with only the MySQL SQL file I needed to convert. If the tool doesn't convert your SQL file correctly please create an issue. Preferably include the SQL file you're trying to convert or some sample code that's not being converted correctly.

License

The Unlicense, Public Domain. As free as it gets.

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].