chotchki / feophant

A PostgreSQL inspired SQL database written in Rust.
GNU Affero General Public License v3.0
27 stars 1 forks source link

Figure out the server start should be layered #18

Open chotchki opened 3 years ago

chotchki commented 3 years ago

Right now the main function runs the server from primitives. The Tokio Tower layer will probably do it better.