A lightweight, serverless command-line tool for managing data with SQLite storage.
- Serverless architecture
- SQLite-based storage
- Simple command-line interface
- Zero configuration required
- Portable data storage
# Installation instructions will be addedThe basic command syntax is:
vsl [command] [options]Example commands:
vsl --help # Show help information
vsl --version # Show version informationAll data is stored locally in SQLite database files, requiring no external server setup or configuration.
To contribute to Vessel:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.