Skip to content

Changelog

@tablex/core

0.3.9

Patch Changes

0.3.8

Patch Changes

0.3.7

Patch Changes

0.3.6

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.

0.3.5

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

0.3.4

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.

0.3.3

Patch Changes

0.3.2

Patch Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

  • #29 6806384 Thanks @kareemmahlees! - ## Modifications

    Backend

    • Fix a bug while creating the connections file, previously it didn't create the parent directories before creating the file.
    • Return empty Vector if there are not tables in the database

    Frontend

    • Make creating a connection more verbose with toast info

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #20 232d431 Thanks @kareemmahlees! - TableX now uses MetaX as a sidecar to expose a RESTfull and GraphQL APIs for the connected database.

    For optimization reasons, this is only enabled in release builds, dev and debug builds are opted out.

0.1.7

Patch Changes

0.1.6

Patch Changes

0.1.5

Patch Changes

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes