Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Make database structure table names readable #20

Open
jfontan opened this issue Feb 26, 2018 · 0 comments
Open

Make database structure table names readable #20

jfontan opened this issue Feb 26, 2018 · 0 comments

Comments

@jfontan
Copy link

jfontan commented Feb 26, 2018

Right now the names are 2/3 characters:

type Database struct {
	name string
	cr   sql.Table
	tr   sql.Table
	rr   sql.Table
	ter  sql.Table
	br   sql.Table
	or   sql.Table
	rmr  sql.Table
}

Change the names to something that could be understood.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants