RamiAwar / dataline

Chat with your data - AI data analysis and visualization on CSV, Postgres, MySQL, Snowflake, SQLite...
https://dataline.app
GNU General Public License v3.0
740 stars 67 forks source link

S6.1 - Rework connection creator to add samples + different data types #103

Closed RamiAwar closed 5 months ago

RamiAwar commented 5 months ago

Connections fall into two categories:

SQLite, csv, excel are file connections.

 Postgres, MySQL are DB connections.



Need to distinguish these on create + have different create mechanisms (name + (upload vs DSN)) Also we have multiple sample databases. Need to be able to choose between them on create

Solution

[ Name input

 A- Radio select: Sample(1) or New(2) ]

[ B(1) - Radio select: Sample type B(2) - Radio select: DB type (file(1) or DB(2)) ]

[ C(1) - File upload C(2) - DSN input ]