-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[container] sqlite install #2721
Comments
I think this issue affects more than just containers. We want to use features from SQLite 3.45, but some older versions of Python ship with older versions of the SQLite database engine.
|
This also affects the current container image, which ships with SQLite v3.40.1. We're going to need to install a custom version of SQLite, either via a third-party library or by packaging SQLite binaries into our own wheels. |
The best option I've found is apsw.
Alternatively, we can package an sqlite binary into phoenix ourselves if we don't need the |
Looks like it's been a few years since the Conda feedstock had a release. |
Need to determine if JSON binary is worth it |
too much work |
sqllite ships with python but not sure if we can more closely control the version in the container. Worth investigating if we can control the version.
The text was updated successfully, but these errors were encountered: