* feat: make single file upload to attachment available
* fix: change file name case
* feat: refactor structure and make local server work
* test: skip bug case temporarily
* fix: use middleware to load storage static server
* fix: change meta from values to request.body back and refactor local server middleware
* adjust details
* http:
Co-authored-by: chenos <chenlinxh@gmail.com>
* fix: remove unused import
* fix: use env instead of hard code for create database instance
* refactor: change most "all" hook to "each" hook
* refactor: split test suits into files
* add: use DB_LOG_SQL in env to control SQL in log
* add: test for logical operator and fixes