soerenlemke / GoSeeQLite

A SQLite database viewer written in Go.
MIT License
6 stars 2 forks source link

Add database functions that are needed for basic GUI #2

Open soerenlemke opened 4 months ago

soerenlemke commented 4 months ago

Basic functions needed:

@vyshnav-vinod what else do you think is needed? Also thinking about a new struct for a table so we can save the infos and linkings to other tables etc. in that struct.

vyshnav-vinod commented 4 months ago

These sounds about right!!

vyshnav-vinod commented 4 months ago

You can start on this and assign me what to do as well :)

soerenlemke commented 4 months ago

@vyshnav-vinod i think we have the basic functions to create an API and a GUI. So we can close this issue and create a new one if we find ideas. What do you think?

vyshnav-vinod commented 4 months ago

@soerenlemke we still have to get the row values right? Right now we have only get columns

soerenlemke commented 4 months ago

You're right. Totally forgot about that 👍🏻