https://github.com/jonasb/asdf-libsql-server
asdf plugin for libsql-server
https://github.com/jonasb/asdf-libsql-server
Last synced: 5 months ago
JSON representation
asdf plugin for libsql-server
- Host: GitHub
- URL: https://github.com/jonasb/asdf-libsql-server
- Owner: jonasb
- License: mit
- Created: 2024-01-31T19:07:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T13:40:12.000Z (7 months ago)
- Last Synced: 2025-11-30T20:21:20.035Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-libsql-server [](https://github.com/jonasb/asdf-libsql-server/actions/workflows/build.yml) [](https://github.com/jonasb/asdf-libsql-server/actions/workflows/lint.yml)
[libsql-server](https://github.com/tursodatabase/libsql/tree/main/libsql-server) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Install
Plugin:
```shell
asdf plugin add libsql-server https://github.com/jonasb/asdf-libsql-server.git
```
libsql-server:
```shell
# Show all installable versions
asdf list-all libsql-server
# Install specific version
asdf install libsql-server latest
# Set a version globally (on your ~/.tool-versions file)
asdf global libsql-server latest
# Now libsql-server commands are available
sqld --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/jonasb/asdf-libsql-server/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Jonas Bengtsson](https://github.com/jonasb/)