Skip to content
Snippets Groups Projects
  • Sebastian's avatar
    3bde159c
    Basic database setup · 3bde159c
    Sebastian authored
    * Add H2 database implementation, based on JdbcDatabase
    * Skeleton for schema migrations (none implemented yet)
    * Create settings table
    * Create contacts table
    * DAO methods for settings and contacts
    3bde159c
    History
    Basic database setup
    Sebastian authored
    * Add H2 database implementation, based on JdbcDatabase
    * Skeleton for schema migrations (none implemented yet)
    * Create settings table
    * Create contacts table
    * DAO methods for settings and contacts