Compiled Chronicles

An archive of software development blog by Angelo Villegas

Tag: SQLite

  • MySQL to SQLite migration cheat sheet

    At work, we needed to migrate from MySQL to SQLite. All of this thanks to this cheatsheet we got the migration an easy task. But it didn’t explain many things, just the major part in a step by step process. Tools : Steps: You can actually follow the step there and just don’t read here…