Embracing the Messiness in Search of Epic Solutions

Tag: H2

  • Developing against H2 Database: Lesson Learned

    While my production database is MS SQL Server, I have been using H2 database for rapid local development. I wrote my DDL scripts as “Transact-SQL” as possible so that I don’t need to maintain multiple DDL scripts for each database. So far, it has been working out great. My web development runs against H2’s file-based… Read More…