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

Unable to load into SQLite #33

Open
ehonzik opened this issue Feb 1, 2024 · 3 comments
Open

Unable to load into SQLite #33

ehonzik opened this issue Feb 1, 2024 · 3 comments

Comments

@ehonzik
Copy link

ehonzik commented Feb 1, 2024

Unable to load into SQLite, tried on version 0.1.1 and 0.1.0 - Windows platform. SQLite version 3.45.1

sqlite> .load ./http0
Error: The specified module could not be found.

Module is in same folder as CLI. Any idea?

@Moaneschien
Copy link

SQLite version 3.45.0 2024-01-15 17:01:13 (UTF-16 console I/O)
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .load fastrand0
sqlite> .load html0
Error: The specified module could not be found.

sqlite> .load http0
Error: The specified module could not be found.

sqlite> .load jsonschema0
sqlite>

@twoxfh
Copy link

twoxfh commented Feb 9, 2024

I think module could not be found is talking about sqlite3.dll. On my machine I run sqlite3.exe with sqlite3.dll in the same directory as http0.dll and I am able to .load http0.

@Moaneschien
Copy link

Moaneschien commented Feb 9, 2024

sqlite3.dll, sqlite3.dll, sqlean.exe and the libraries are all in the same directory. fasrand0 loads, html0 does not.

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

3 participants