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

schemer-rusqlite: Missing instructions or automated initialization: no such table: _schemer #22

Open
nathan-at-least opened this issue Aug 19, 2023 · 0 comments

Comments

@nathan-at-least
Copy link

In my application when I run the migration example in the crate docs, I get an error with "no such table: _schemer", so either the docs are skipping a step or if the API is intended to function as documented, there is a bug.

The anyhow::Error displayed by my unit test looks like this:

Error: An error occurred while interacting with the adapter.

Caused by:
    0: no such table: _schemer
    1: Error code 1: SQL error or missing database

Note, this same error is triggered by the literal doc example which is demonstrated in #21 which ensures the doc example is executed by automated testing.

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

No branches or pull requests

1 participant