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 support #39

Merged
merged 14 commits into from
Jul 8, 2020
Merged

Add SQLite support #39

merged 14 commits into from
Jul 8, 2020

Conversation

rgardner
Copy link
Owner

@rgardner rgardner commented Jul 7, 2020

No description provided.

@todo
Copy link

todo bot commented Jul 7, 2020

Set diesel and diesel_migrations to version once SQLite upsert support has been released

memory-jogger/Cargo.toml

Lines 12 to 17 in f6d810c

# TODO: Set diesel and diesel_migrations to version once SQLite upsert support has been released
diesel = { git = "https://github.com/diesel-rs/diesel.git", rev = "fa826f0c97e1f47eef34f37cb5b60056855a2b9a", features = ["chrono"] }
diesel_migrations = { git = "https://github.com/diesel-rs/diesel.git", rev = "fa826f0c97e1f47eef34f37cb5b60056855a2b9a" }
env_logger = "0.7.1"
log = "0.4.8"
reqwest = { version = "0.10.6", features = ["json"] }


This comment was generated by todo based on a TODO comment in f6d810c in #39. cc @rgardner.

@rgardner

This comment has been minimized.

@rgardner rgardner merged commit 45e2a93 into master Jul 8, 2020
@rgardner rgardner deleted the add-sqlite-support-inferred branch July 8, 2020 13:46
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.

None yet

1 participant