Message store PostgreSQL database definition
See the message store documentation on the Eventide docs site:
http://docs.eventide-project.org/user-guide/message-store/
The database is defined by raw SQL scripts. You can examine them, or use them directly with the psql
command line tool.
https://github.com/eventide-project/message-store-postgres-database/tree/master/database
The message_store-postgres-database
library is released under the MIT License.