Comments on: HTML5 Web SQL Database – Intro to Versioning and Migrations https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/ ruby, ubuntu, etc Thu, 17 Mar 2016 20:35:40 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: HexNev https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-1553 HexNev Tue, 23 Jul 2013 16:30:47 +0000 https://blog.maxaller.name/?p=263#comment-1553 Awesome.
You inspired my GWT based Web SQL migration mechanisms.

Thanks!

]]>
By: Yathit https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-1522 Yathit Tue, 23 Apr 2013 05:02:48 +0000 https://blog.maxaller.name/?p=263#comment-1522 In my library https://bitbucket.org/ytkyaw/ydn-db I reflect the existing schema and
migrate as necessary in one go. It is very effective, although the logic is very complicated.

]]>
By: Rob https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-1521 Rob Mon, 22 Apr 2013 15:01:15 +0000 https://blog.maxaller.name/?p=263#comment-1521 Thanks! This saved me from doing it myself (although I already went halfway before searching, oops). Still useful after a few years. :)

http://38apps.net/html5-websql-database-joy/

]]>
By: HTML5 WebSQL Database Joy | 38Apps.net https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-1520 HTML5 WebSQL Database Joy | 38Apps.net Mon, 22 Apr 2013 14:22:37 +0000 https://blog.maxaller.name/?p=263#comment-1520 [...] to handle it for me, but checked Google instead.  It knows stuff.  That’s when I came upon this guy’s post about creating a database migration class, which was where I was headed anyway.  So rather than [...]

]]>
By: Yannick https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-1509 Yannick Fri, 05 Apr 2013 17:17:35 +0000 https://blog.maxaller.name/?p=263#comment-1509 I’ve been through the same issues and here what I ended up doing, it could be easily improved but it’s pretty straight-forward as it is.

https://gist.github.com/YannickGagnon/5320593

]]>
By: Lawrence https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-1481 Lawrence Tue, 15 Jan 2013 07:53:56 +0000 https://blog.maxaller.name/?p=263#comment-1481 That is very userful, I decided to use it for my web app, appreciate again :)

]]>
By: julien https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-969 julien Thu, 12 Jul 2012 12:22:36 +0000 https://blog.maxaller.name/?p=263#comment-969 Thanks a lot for the Migrator. Help me a lot and working very well. I did not find many discussions and exemples on the subject. So very useful!

]]>
By: Uko https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-968 Uko Thu, 12 Jul 2012 11:34:08 +0000 https://blog.maxaller.name/?p=263#comment-968 Nice one, just after your article i found one more article which shows how to join all these pieces and setup a todo maker using websql . It is also nice and informative

http://www.thetutlage.com/post=TUT221

]]>
By: João Pedro Santos https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-961 João Pedro Santos Tue, 12 Jun 2012 10:57:07 +0000 https://blog.maxaller.name/?p=263#comment-961 Excelent post. I couldnt explain it better :p. Really usefull.
Thanks for this.

]]>
By: Wytze https://blog.maxaller.name/2010/03/html5-web-sql-database-intro-to-versioning-and-migrations/comment-page-1/#comment-960 Wytze Wed, 06 Jun 2012 14:59:16 +0000 https://blog.maxaller.name/?p=263#comment-960 Thank you! I couldn’t find this at first and posted a question on StackOverflow about it. I’ll put your post in as an answer.

]]>