pub async fn start_server(_config: AppConfig) -> Result<(), Error>Expand description
Start the dbrest server with a pre-constructed backend and dialect.
This is the main entry point for the application. It initializes all components and starts serving HTTP requests.