Replies: 1 comment 1 reply
-
I did consider it, but I'm not sure how useful it'd be. You'd still have to have a separate SQLite database just for Faroe, unless we add adapters, which I'm not very keen on doing. I guess it could also be used for configuring Faroe's behavior? Honestly might be easier if you just fork Faroe, make some changes, and serve that instead. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was having a play around with this last night and its a really nice (& simple) implementation. I wondered if you'd be open to exposing the underlying Go code as a package that could be pulled into a Go project?
I guess the flags could be swapped out for a config struct or similar?
Beta Was this translation helpful? Give feedback.
All reactions