-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I have been playing around with your awesome library, I am getting along with the scraping but seeing some wierd behaviour with the database creation,
I have does some digging the db is being create but it has no size, I have put in some debug statements and can see the creation and upserting is returning successful however I can not open the database and view the table or data, when the database is created there is also a -journal file created along side.
It does not look like the execution is done in a transaction though it seem as though that's the behaviour I am experiencing have i encountered a bug or is there something wrong with this very simple example that I am missing ?
I have forked the repo and added the failing example below which should reproduce the issue.
https://github.com/olymk2/skyscraper/blob/master/examples/wiki.clj
Would appreciate any help / advice.