dwyl / alog

🌲 alog (Append-only Log) is an easy way to start using the Lambda/Kappa architecture in your Elixir/Phoenix Apps while still using PostgreSQL (with Ecto).
GNU General Public License v2.0
15 stars 2 forks source link

Execute ddl #49

Closed Danwhy closed 5 years ago

Danwhy commented 5 years ago

Adds execute ddl functions for creating/migrating tables

ref #44

Tests will likely fail on travis until the adapter is complete. We'll make sure they all pass before merging #48 with master

Danwhy commented 5 years ago

including this PR as part of #51