TomMalkin / SimQLe

The simplest way to use SQL in Python
MIT License
30 stars 5 forks source link

Idea: tabular output format #91

Open TomMalkin opened 3 years ago

TomMalkin commented 3 years ago

option to output a recordset in tabular format, such as:

| Id | Name |
-------------
| 1  | John |
| 2  | Erin |
-------------

or something like that