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

Change SQLite examples #3805

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

moyeah
Copy link
Contributor

@moyeah moyeah commented Sep 23, 2023

Change SQLite examples

Add in Cargo.toml dependency libsqlite3-sys with feature bunbled.

libsqlite3-sys = { version = ">=0.17.2, <0.27.0", features = ["bundled"] }

Files affected:

  • modified: examples/sqlite/all_about_inserts/Cargo.toml
  • modified: examples/sqlite/getting_started_step_1/Cargo.toml
  • new file: examples/sqlite/getting_started_step_1/README.md
  • modified: examples/sqlite/getting_started_step_2/Cargo.toml
  • new file: examples/sqlite/getting_started_step_2/README.md
  • modified: examples/sqlite/getting_started_step_3/Cargo.toml

	modified:   examples/sqlite/all_about_inserts/Cargo.toml
	modified:   examples/sqlite/getting_started_step_1/Cargo.toml
	new file:   examples/sqlite/getting_started_step_1/README.md
	modified:   examples/sqlite/getting_started_step_2/Cargo.toml
	new file:   examples/sqlite/getting_started_step_2/README.md
	modified:   examples/sqlite/getting_started_step_3/Cargo.toml
@moyeah moyeah changed the title Changes to be committed: Change SQLite examples Sep 23, 2023
@weiznich weiznich requested a review from a team September 24, 2023 05:11
@weiznich weiznich added this pull request to the merge queue Sep 25, 2023
@weiznich
Copy link
Member

Thanks 👍

Merged via the queue into diesel-rs:master with commit ca982f2 Sep 25, 2023
@moyeah moyeah deleted the sqlite-examples-RETURNING branch September 25, 2023 19:35
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.

2 participants