vibesql-server 0.1.1

Network server with PostgreSQL wire protocol for VibeSQL
Documentation
1
2
3
4
5
6
//! HTTP REST and GraphQL API endpoints for VibeSQL

pub mod rest;
pub mod types;

pub use rest::create_http_router;