Skip to content

Can't load module 'libsqlite3' #110

@kdurant

Description

@kdurant

OS: win10
nvim version : nightly build

let g:sqlite_clib_path = 'C:/Neovim/bin/sqlite3.dll
local sqlite = require"sqlite"

sqlite.db:create("todos", {
    id = {"int", "primary", "key"},
    title = "text",
    name = { type = "string", reference = "sometbl.id" },
    ensure = true -- create table if it doesn't already exists (THIS IS DEFUAULT)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions