Unofficial Neovim Lua bindings for LibSQL / Turso, mainly focused on the remote API.
Note
This is a work in progress. Expect frequent breaking changes.
- LibSQL remote connections
- Local File DBs
- In-memory DBs
- Basic query/execute
- Positional placeholders
- Asynchronous execution via libuv/callbacks
- Both synchronous and asynchronous APIs
- Named placeholders
- Local replica API
- DB schema abstraction
- Query validation
- JSON or other format support via blobs