Giter Site home page Giter Site logo

omnidb / omnidb Goto Github PK

View Code? Open in Web Editor NEW
3.1K 3.1K 434.0 192.61 MB

Web tool for database management

Home Page: https://omnidb.org

License: MIT License

CSS 0.89% JavaScript 88.23% HTML 0.64% Python 9.35% Shell 0.30% Dockerfile 0.06% SCSS 0.53%
database database-conversion database-management web-application

omnidb's Introduction

OmniDB 3.0.3 Beta

Release Date: December 17, 2020

Release Notes

  • New features:

    • PostgreSQL 13 support
    • Database structure tree and Properties/DDL tabs with support to additional PostgreSQL objects
    • Option to use Active Directory / LDAP to authenticate OmniDB's users
    • Option to use PostgreSQL as OmniDB's backend database
    • Additional monitoring units
    • Omnis UI helper component (offering walkthroughs)
    • OmniDB's own graphical explain component (displaying Explain and Explain Analyze)
    • Option to share connections between OmniDB users
  • Improvements:

    • Core Changes
      • Websocket > Long Polling
      • Better handling of database connections, reusing connection when appropriate
      • Shared tunnels
      • Updated python and javascript libraries (security + stability)
      • Electron > NWJS (New desktop technology)
      • Enhanced shortcuts, allowing users to maintain shortcuts per OS
    • UX/UI improvements for several elements (Connections management, Autocomplete, Global snippet panel with quick-[save/load], contextual menus).
  • 3.0.1 changes

    • Bug Fixes
      • Fixed an issue in the long polling mechanism
      • Dark theme colors on autocomplete selection
    • Improvements
      • Added snippets and custom monitoring units to the OmniDB 2 to 3 automatic migration process
  • 3.0.2 changes

    • Re-included
      • Explain visualizer component from OmniDB 2.x
      • Shortcuts for issueing Explain and Explain Analyze
    • Bug Fixes
      • Fixed missing dark theme colors on connection results when in full-view
      • Fixed conflict between the z-index of the new explain visualizer and the database tree context menus
    • Improvements
      • Added a toggle to switch between the old and new explain components
      • Improved client-side CPU usage performance (browser rendering gpu-intensive processes)
      • Added a new node-spin loading icon for dark themes with improved visibility
  • 3.0.3 changes

    • Bug Fixes
      • Query Tab: Fixed editor key behaviours related to up/down arrows (skipping rows, text selection, text shifting, text indenting)
      • Console Tab: Fixed issue describe command for tables in PostgreSQL 12+
      • Console Tab: Fixed background theme color on console output when changing themes
    • Improvements
      • Reduced chances of having OmniDB being flagged as a threat by security tools (false-positives)
      • Outer Menu: Improved layout and behaviour, providing better awareness of the context
      • Result Grid: Improved resizing behaviours
      • Added password option on --createconnection

Website: https://omnidb.org

Full Documentation: https://omnidb.readthedocs.io

omnidb's People

Contributors

barthisrael avatar dependabot[bot] avatar desaintmartin avatar felipebiox avatar henriavelabarbe avatar ipostanogov avatar l-we avatar markuman avatar oonid avatar rafaelthca avatar sebastianwebber avatar wind39 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

omnidb's Issues

Grant Support

Every table can have privileges granted or revoked to users or roles. This needs to be implemented as a new tab on TableEdit window.
Later, this needs to be implemented on functions and procedures as well.

Export grid data to XLSX, CSV or DBF

Spartacus already can save a DataTable into a XLSX or CSV file (DBF support coming soon).
Maybe a button below SQL editor, next to the data grid?

Couldn't perform conversion from MySQL to PostgreSQL

OmniDB conversion log:

5/10/2016 22:19:37 - Starting conversion.

*** SOURCE DATABASE DATA RETRIEVAL ERROR ***
Error:

[06/10/2016 01:19:38] Spartacus.Database.Exception: Exception of type 'Spartacus.Database.Exception' was thrown. ---. MySql.Data.MySqlClient.MySqlException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group   union all select count(*) as total, trim('group_category') as table_name' at line 1
at MySql.Data.MySqlClient.MySqlStream.ReadPacket () .0x40c93e20 + 0x001b7. in .filename unknown.:0 
at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int64& insertedId) .0x40ca2110 + 0x00037. in .filename unknown.:0 
--- End of inner exception stack trace ---

User reported that on MySQL database there is a table called "group" and another table with a field called "order".

OmniConversion: Upsert / Merge feature (sync A -> B)

The idea is asking the user to specify some columns to be a key to link source table with target table.

Then, when a register exists in both source and target tables, the conversion updates the register on target table with source tables' values.

When a register exists in source table and not in target table, the register is transfered from source to target.

When a register exists in target table and not in source table, the register is removed from target table.

Does omnidb support linux ?

Hi,
I love omni and i would like to start using it. Where can i find the linux version, am using ubuntu 14.

OmniConversion: Import data from XLSX, CSV or DBF

Spartacus already can read XLSX, CSV and DBF files. We need to implement a way for user be able to "convert" from those files to any supported RDBMS.
Maybe it's already possible with PollyDB (currently only CSV supported), and in this case PollyDB can be treated as an "RDBMS". But need further investigation.

Find & Replace

It is pretty self explanatory. A simple popup summoned by Ctrl-F. Maybe Ace Editor already has a simple way to accomplish this?

Shortcut editor

Hi,

first - thank you for the great tool, keep up the really good work :-)

It would be nice, to edit the shortcuts in a GUI.
F.e.: On Linux (Linux Mint, Firefox) CTRL+Q closes firefox/tab.

Bye
Patrick

OmniDump

Similar to conversion to SQLite, but storing metadata as well, in order to restore a database identical as it was when the dump was created.
Also the OmniDump will be able to be restored to another RDBMS other than the original RDBMS it was created for.
Also, the OmniDump will be able to be created entirely cryptographed, and in this case can only be restored with a password.

Enhancement - xlsx as datasource + field adapters

I know this is not vendor neutral and potentially ugly (jet ado driver required... registry hack to be able to read cells with more than 255 characters), but in practice (aka reality), having the ability to use a xlsx spreadsheet as a datasource and import data rows into a db table based on some kind of user-defined mapping is something that would put this tool into the 'must-have' category. Also ugly is there is no concept of schema in a spreadsheet so may not be in scope, but this is a pain point for anyone who's ever had to do it.

Triple ugly-bonus (not limited to just xlsx import)... maybe a "field adapter" override virtual method that offered a programmatic slice of execution context for 'massaging' data prior to committing the row in target table (maybe with the current row in context?)! Might not be feasible if you're only using ddl and no c# during that step... ehh.

In any case, keep up the good work!

Query Parameters

PL/SQL Developer supports parameters on query execution. Parameters are in the form &param_name.

Spartacus already supports parameters in the form #param_name#, so that can be helpful to implement a dynamic popup with all parameters.

Dark Theme

There are dark themes on the SQL editor, but it would be nice if there was a dark theme on the entire OmniDB screen.

Worst practices / broken by design.

Live schema updates are incompatible with any sort of dev-->staging-->production workflow, even before you consider common scenarios like multiple developers with local schema.

Please take some time to understand why "database migrations" started becoming (widely) popular around 2005 -- and why live schema updates of any sort are a mortifying concept to ops folks everywhere.

Shoot-from-the-hip is incompatible with adhering to SLAs and meeting business needs.

Asynchronous SQL commands

Commands such as queries and executes should not block the interface until they are finished. This will be implemented using threads.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.