https://github.com/clupus/vfox-sqlite
SQLite plugin for vfox. Port of asdf-sqlite
https://github.com/clupus/vfox-sqlite
sqlite sqlite3 vfox-plugin
Last synced: 4 months ago
JSON representation
SQLite plugin for vfox. Port of asdf-sqlite
- Host: GitHub
- URL: https://github.com/clupus/vfox-sqlite
- Owner: cLupus
- License: apache-2.0
- Created: 2025-02-16T18:20:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T19:12:03.000Z (4 months ago)
- Last Synced: 2025-02-16T20:23:07.887Z (4 months ago)
- Topics: sqlite, sqlite3, vfox-plugin
- Language: Lua
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `vfox-sqlite`
[SQLite](https://sqlite.org/) plugin for [`vfox`](https://vfox.lhan.me/). Port of [asdf-sqlite](https://github.com/cLupus/asdf-sqlite).
## Usage
1. [Generate](https://github.com/version-fox/vfox-plugin-template/generate) a new repository based on this template.
2. Configure [metadata](https://github.com/version-fox/vfox-plugin-template/blob/main/metadata.lua) information
3. To develop your plugin further, please read [the plugins create section of the docs](https://vfox.lhan.me/plugins/create/howto.html).## How to publish?
1. Push a new tag to the repository which name is `vX.Y.Z` (X.Y.Z is the version number).
2. The CI will automatically package, then publish [release](https://github.com/version-fox/vfox-plugin-template/releases/tag/v0.0.1) and publish [manifest](https://github.com/version-fox/vfox-plugin-template/releases/tag/manifest).