-
Great package @lovasoa thanks for all the hard work. I am building a CLI for internal use cases and one part of the CLI helps manage an SQLite database. I'd like to be able to add a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello ! You may want to have a look at the tests for ideas of how to include sqlpage in an external crate: https://github.com/lovasoa/SQLpage/blob/main/tests/index.rs The root function that you'll want to use is probably: https://github.com/lovasoa/SQLpage/blob/main/src/webserver/http.rs#L562-L581 |
Beta Was this translation helpful? Give feedback.
Hello !
You may want to have a look at the tests for ideas of how to include sqlpage in an external crate: https://github.com/lovasoa/SQLpage/blob/main/tests/index.rs
The root function that you'll want to use is probably: https://github.com/lovasoa/SQLpage/blob/main/src/webserver/http.rs#L562-L581