Skip to content

Atom Hopper DDL Location

mattkovacs edited this page May 13, 2013 · 6 revisions

Atom Hopper will create the database schema automatically if one doesn't exist for the H2 and MySQL databases - you don't need to do anything. For Postgres you need to create an atomhopper database first. If you prefer to create the schema yourself you can find the DDL scripts at this location. Currently, we have the DDL script for Postgres listed.

For use with the PostgresAdapter there is a single table schema. To create that schema you can find the DDL scripts at this location. Currently, we have the DDL script for Postgres listed.