Euphoria MVC updates
- Posted by ghaberek (admin) Feb 10, 2020
- 7910 views
I committed several improvements to Euphoria MVC today.
https://github.com/OpenEuphoria/euphoria-mvc
- Built-in web server now supports GET and POST requests.
- Model library can now query/insert/update/delete objects.
- Template library does better at handling more expressions.
- Route parser now accepts arbitrary regex patterns for type-checking.
- Added libraries for parsing HTML and JSON documents.
- Easily save and load configuration files (in INI format).
- Wrappers for MySQL (or MariaDB), SQLite3, and libcurl.
- Updated documentations!
Update 11/15/2020:
- Added SQLite3 library and wrapper
Update 11/23/2020:
- Added HTML parser
Update 11/28/2020:
- Overhauled mvc/config.e
Update 10/24/2021:
- Server now supports POST requests
There's still a lot to do. But I'm still working on it. I'm not dead yet!
-Greg