Skip to content

Commit

Permalink
Merge pull request #61 from roc-lang/sqlite-improvements
Browse files Browse the repository at this point in the history
Sqlite improvements
  • Loading branch information
lukewilliamboswell authored Sep 2, 2024
2 parents 087232e + dd539d6 commit a50a088
Show file tree
Hide file tree
Showing 26 changed files with 1,852 additions and 717 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ examples/file
examples/dir
examples/env
examples/command
examples/sqlite
examples/sqlite3
examples/hello-web
examples/file-upload-form
Expand All @@ -51,3 +52,10 @@ crates/roc_std

# build script artifacts
build

# sqlite database temp files
*.db-*

# profiler output
profile.json
*.svg
38 changes: 24 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/roc_app/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a50a088

Please sign in to comment.