Skip to content

Out of memory #109

Answered by kkharji
AckslD asked this question in Q&A
Sep 2, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Thanks @Conni2461, I was like how why this happened, 2000 lines of tests for nothing 🤣

Yes, .new or .__call just creates a logical object that doesn't even check if db file exists or anything.

.status is a extremely low level api, meant for debugging and internal stuff.

.open does what you would expect and .status should work and return code 0.

So you can either run sqlite:open(path,...) or with .new run db:open() first before doing any sqlite stuff (other than creating self-contained tables).

neoclip sounds really interesting, I'm thrilled to use it with sqlite. Tag me if you need help and good luck

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@AckslD
Comment options

@AckslD
Comment options

Answer selected by kkharji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants