An open API service indexing awesome lists of open source software.

https://github.com/willothy/libsql-nvim

Highly experimental, unofficial Neovim Lua bindings for LibSQL / Turso
https://github.com/willothy/libsql-nvim

Last synced: about 1 year ago
JSON representation

Highly experimental, unofficial Neovim Lua bindings for LibSQL / Turso

Awesome Lists containing this project

README

          

# libsql-nvim

Unofficial Neovim Lua bindings for LibSQL / Turso, mainly focused on the remote API.

> [!Note]
> This is a work in progress. Expect frequent breaking changes.

## Planned Features

- [x] LibSQL remote connections
- [x] Local File DBs
- [x] In-memory DBs
- [x] Basic query/execute
- [x] Positional placeholders
- [x] Asynchronous execution via libuv/callbacks
- [x] Both synchronous and asynchronous APIs
- [ ] Named placeholders
- [ ] Local replica API
- [ ] DB schema abstraction
- [ ] Query validation
- [ ] JSON or other format support via blobs