casbin / casbin-pg-adapter

A go-pg adapter for casbin
https://github.com/casbin/casbin
Apache License 2.0
38 stars 28 forks source link

Add option to skip table creation at adapter startup #15

Closed orange-llajeanne closed 3 years ago

orange-llajeanne commented 3 years ago

This PR adds an option to the NewAdapterByDB constructor, which allows to skip the CREATE TABLE IF NOT EXISTS call at startup.

I needed this because I am in a situation where I want a read-only connection to be used in the adapter

hsluoyz commented 3 years ago

lgtm