Skip to content

Releases: olegbrz/Apollo-SQL

Relate data functionality updated

07 Jun 12:16
Compare
Choose a tag to compare

Bugfixes:

  • Relate data menu raising out of index error

Patch: interface menu bugs fixed

04 Jun 01:09
Compare
Choose a tag to compare

Query and relate options had a bug that selected wrong option if the user selection was not valid.

First fully functional release!

03 Jun 14:12
Compare
Choose a tag to compare

Implementation of all designed functions is completed 🎉!

  • Query data
  • Inser data
  • Relate data (N:M)

New functionality: relate data with N:M relationships

02 Jun 23:19
Compare
Choose a tag to compare

N:M relationships have to be defined in relations list in custom/db_data.py.

Queries moved from queries.py to queries.sql file.

31 May 13:42
Compare
Choose a tag to compare
v0.4.0

moved queries from .py to .sql and created a function to parse them

Query data functionality

31 May 01:07
Compare
Choose a tag to compare
Pre-release
v0.3.0

Query data functionality

Insert data functionality

31 May 01:07
Compare
Choose a tag to compare
Pre-release
v0.2.0

Insert data functionality

First prototype with a working CLI

31 May 01:01
Compare
Choose a tag to compare
Pre-release

The project has a fully working command-line interface, however, the program has no functionality by now.