ellipticview
ellipticview
Version 1.7.1
Dan, The rendering in Intellij (which prompted this enhancement) is a little strange, as it renders tables as ribboned. It does not format table headers or footers. See this screenshot,...
See https://blog.documentnode.io/when-markdown-meets-tables for an approach that also relates to #305. Such a table editor would be a great addition.
Searching specifically for HTML diffs, I found this https://rubygems.org/gems/htmldiff (with 119,474 downloads). This library has been used as the basis for a port to C# and also to Javascript so...
Until sqlalchemy supports python-oracledb, a workaround is documented here: https://python-oracledb.readthedocs.io/en/latest/user_guide/appendix_c.html#python-frameworks-sql-generators-and-orms. So you can use python-oracledb like this, which is very useful for running on MacOS M1 as no Oracle instant...