Tateology / kaeru

Everything kaeru
0 stars 8 forks source link

committing GenerateTable.py and its documentation #48

Closed CemIskir closed 9 years ago

CemIskir commented 9 years ago

Table creation from JSON file

Final changes are submitted.

Crafted the code to create tables, intermediate tables(for many to many relations), and system tables(tables a user have) from given username, JSON file, and .db file Also developed the function getAllTableNames which returns all of the tables belonging to the same user

fabianmuehlboeck commented 9 years ago

This is missing tests

CemIskir commented 9 years ago

I have example.json file where I pass it to the function by calling processJSON('anyUser','example.db','example.json') at the end of GenerateTable.py. Do you want a separate file?

fabianmuehlboeck commented 9 years ago

I meant unit-tests for python code.

CemIskir commented 9 years ago

Done