Skip to content

Releases: kareemmahlees/tablex

v0.3.9

31 Aug 16:58
fac98d5
Compare
Choose a tag to compare

Patch Changes

@tablex/[email protected]

22 Jul 18:12
eb61acf
Compare
Choose a tag to compare

Patch Changes

@tablex/[email protected]

03 Jun 18:03
cff1e8c
Compare
Choose a tag to compare

Patch Changes

@tablex/[email protected]

05 May 12:39
c07fa2b
Compare
Choose a tag to compare

Patch Changes

  • #59 cae2fbe Thanks @kareemmahlees! - ## Backend Changes

    New

    • ColumnProps returns a new prop has_fk_relations.
    • A new Tauri command fk_relations.

    Refactor

    • gather all enums and structs into types.rs.

    Frontend Changes

    New

    • Dropdown menu with tabs for table names and a Table for related rows.

    Refactor

    • Split useQuery hooks into custom hooks.

@tablex/[email protected]

04 Apr 16:11
caf6e04
Compare
Choose a tag to compare

Patch Changes

  • 2a591c3 Thanks @kareemmahlees! - ## Fixes

    Compile

    • Sync tauri.conf.sidecar.json with tauri.conf.json

    UI

    • Overflow the tables sidebar in table view
    • Prevent Command Palette auto focus behavior

@tablex/[email protected]

02 Apr 16:06
f06e352
Compare
Choose a tag to compare

Patch Changes

  • #53 9256473 Thanks @kareemmahlees! - Connection to Databases Via the CLI 🚀

    New Features

    • specify a connection string when you run TableX from the terminal like so:
    $ TableX sqlite:test.db
    • A new flag --conn-name/-c to specify the name of the connection.
    • A new flag --save/-s to optionally save the connection to your records

    [!TIP]
    TableX will continue to run normally if you didn't specify any arguments or flags.

@tablex/[email protected]

21 Mar 16:03
ca0df92
Compare
Choose a tag to compare

Patch Changes

@tablex/[email protected]

19 Mar 13:26
58658b7
Compare
Choose a tag to compare

Patch Changes

@tablex/[email protected]

26 Feb 05:48
f2d3f47
Compare
Choose a tag to compare

Patch Changes

@tablex/[email protected]

22 Feb 20:24
ef7e877
Compare
Choose a tag to compare

Minor Changes