- downlaod linux binary from release section
- run binary using
./mini-base-linux-64
in terminal
cargo run
- : initial tui
- : web server using axum
- : support for sqlite and mysql databases
- : query parsing using nom parser
- : role based authentication using jwt
- : some examples to play with
- : file upload support with role based access
- : screen to add cors access, auth/storage secrets
- : migrations(up/down) support
- : code suggestion in editor
- : web-hooks (before/after query, returnable, pass value as arguments)
- : add more data-types support
- : schedular
- : custom code support? - still thinking if it's viable
- : suggest new ideas
- sqlx - database
- axum - web framework
- cursive - tui library
- jsonwebtoken - authentication
- sha2 - password hashing
- nom - parsing
- reqwest - http request