This is an initial implementation of a set of database models for
policies and rules. It includes an initial Alembic migration for the
database and all the boilerplate for setting up the database.
It does not currently rely on Flask-SQLAlchemy, but it would be simple
to drop it in and it offers some nice additional functionality
(pagination, for example). This is mostly just to gather feedback.
This is an initial implementation of a set of database models for
policies and rules. It includes an initial Alembic migration for the
database and all the boilerplate for setting up the database.
It does not currently rely on Flask-SQLAlchemy, but it would be simple
to drop it in and it offers some nice additional functionality
(pagination, for example). This is mostly just to gather feedback.
See #10 for the discussion that led to this.
Signed-off-by: Jeremy Cline jeremy@jcline.org