An open API service indexing awesome lists of open source software.

https://github.com/second-state/rusqlite-vss


https://github.com/second-state/rusqlite-vss

Last synced: 8 months ago
JSON representation

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.