Skip to content
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

Single-file bundle #82

Merged
merged 22 commits into from
Jun 10, 2023
Merged

Single-file bundle #82

merged 22 commits into from
Jun 10, 2023

Conversation

nalgeon
Copy link
Owner

@nalgeon nalgeon commented Jun 10, 2023

A single-file bundle containing all extensions from the main set:

  • sqlean.so for Linux
  • sqlean.dll for Windows
  • sqlean.dylib for macOS

The bundle loads like other extensions, e.g:

sqlite> .load ./sqlean
sqlite> select median(value) from generate_series(1, 99);

When loaded, it activates functions from all existing extensions.

@nalgeon nalgeon merged commit 9f77317 into main Jun 10, 2023
@nalgeon nalgeon deleted the feature/bundle branch June 10, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant