|
Hello! I'm trying to use this project as a library inside another. I noticed that in the docs, there's only mention of CLI usage. I also noticed that most code is inside _underscored modules. This gives me the feel that the only stable interface with sqlitebiter is CLI. If that's the case, it's perfectly OK. But I'd love to know if there's a way to use it as a library. At least in a way that is relatively future-proof. Thanks! |
Answered by
thombashi
Nov 12, 2023
Replies: 1 comment
That is correct. |
0 replies
Answer selected by
yajo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@yajo
That is correct.
Unfortunately, there are no public interfaces to use
sqlitebiteras a library.