https://github.com/second-state/rusqlite-vss
https://github.com/second-state/rusqlite-vss
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/second-state/rusqlite-vss
- Owner: second-state
- Created: 2024-05-20T09:49:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T06:25:47.000Z (over 1 year ago)
- Last Synced: 2025-05-07T18:57:33.711Z (about 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLite-VSS HTTP Server
This is a simple HTTP server based on SQLite-VSS. It allows you to serve SQLite databases over HTTP.
## Installation
To install and run the server, follow these steps:
1. Clone the repository: `git clone https://github.com/second-state/rusqlite-vss`
2. Navigate to the project directory: `cd rusqlite-vss`
3. Build the project: `cargo build`
4. Run the server: `cargo run`
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.