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

Adds SQLite database for QR codes #17

Merged
merged 1 commit into from
May 17, 2022
Merged

Conversation

mkevinosullivan
Copy link
Contributor

Also:

  • renames database.sqlite to session_db.sqlite (for session storage)
  • temporarily ignores shopify.app.toml as it will change frequently during development

@paulomarg paulomarg self-requested a review May 16, 2022 20:24
@@ -25,3 +25,6 @@ dist/
# Without this, they may get a warning if using a different package manager to us
yarn.lock
package-lock.json

# FIXUP: temporarily ignore shopify-cli toml file
shopify.app.toml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we shouldn't just not ignore this and be ok with it popping up in PRs (not having it will make it tricky for new people to try out the app).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And routinely overwrite it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it's not a great trade-off 😅 - which is better, constantly overwrite this or breaking it for other folks?

Also renames database.sqlite to session_db.sqlite (for session storage)
@mkevinosullivan mkevinosullivan merged commit adc6d8f into main May 17, 2022
@mkevinosullivan mkevinosullivan deleted the kos/add_sqlite_db branch May 19, 2022 21:20
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