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

Add Sqlite to basic-cli #299

Merged
merged 30 commits into from
Dec 31, 2024
Merged

Add Sqlite to basic-cli #299

merged 30 commits into from
Dec 31, 2024

Conversation

bhansconnect
Copy link
Collaborator

This is basically a direct port of what was in basic-webserver. Just converted to purity inference and separated into it's own crate. The example will not work correctly until roc-lang/roc#7427 lands in the roc repo.

I'm hoping that switching to libsqlite3-sys will fix our bundling issues. If not, we can switch back to the linked version of sqlite3-sys. They both have 100% compatible apis.

platform/Sqlite.roc Outdated Show resolved Hide resolved
@bhansconnect
Copy link
Collaborator Author

I think this is good to merge!

@Anton-4
Copy link
Collaborator

Anton-4 commented Dec 30, 2024

I'd like to try building this on arm64 linux before we merge this

@Anton-4 Anton-4 changed the title Add Sqlite to basic-cli DO NOT MERGE Add Sqlite to basic-cli Dec 30, 2024
@Anton-4 Anton-4 self-assigned this Dec 30, 2024
@Anton-4 Anton-4 changed the title DO NOT MERGE Add Sqlite to basic-cli Add Sqlite to basic-cli Dec 30, 2024
@Anton-4
Copy link
Collaborator

Anton-4 commented Dec 30, 2024

I caught up on the zulip conversation and the successful test 👍

@bhansconnect bhansconnect merged commit 91ddbce into main Dec 31, 2024
5 checks passed
@bhansconnect bhansconnect deleted the sqlite branch December 31, 2024 00:13
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.

3 participants