You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Column Text Limit" controls what is the max text length for each column. If the cell text exceeds the limit, it will crop it out and add "..."
ASCII Table
Generate the ASCII table looking. It is good for copy and paste on Stackoverflow
+-------+-----+-----------+
| Name | Age | Eye color |
+-------+-----+-----------+
| John | 23 | green |
| Mary | 16 | brown |
| Rita | 47 | blue |
| Peter | 8 | brown |
+-------+-----+-----------+
The text was updated successfully, but these errors were encountered:
We would like to improve our export feature. The code of the design is already push in this branch https://github.com/invisal/libsql-studio/tree/export-more-params-and-format
SQL Option
In SQL, you can insert in batch as the following
Markdown
We can export the result into markdown table.
The "Column Text Limit" controls what is the max text length for each column. If the cell text exceeds the limit, it will crop it out and add "..."
ASCII Table
Generate the ASCII table looking. It is good for copy and paste on Stackoverflow
The text was updated successfully, but these errors were encountered: