This is a simple HTTP server based on SQLite-VSS. It allows you to serve SQLite databases over HTTP.
To install and run the server, follow these steps:
- Clone the repository:
git clone https://github.com/second-state/rusqlite-vss
- Navigate to the project directory:
cd rusqlite-vss
- Build the project:
cargo build
- Run the server:
cargo run
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.