Git Product home page Git Product logo

omnidb's Introduction

Join the chat at https://gitter.im/OmniDB/Lobby

Introduction

OmniDB is a web tool that simplifies database management focusing on interactivity, designed to be powerful and lightweight. Check-out some characteristics:

  • Web Tool: Accessible from any platform, using a browser as a medium
  • Responsive Interface: All available functions in a single page
  • Unified Workspace: Different technologies managed in a single workspace
  • Simplified Editing: Easy to add and remove connections
  • Safety: Multi-user support with encrypted personal information
  • Interactive Tables: All functionalities use interactive tables, allowing copying and pasting in blocks
  • Smart SQL Editor: Contextual SQL code completion
  • Beautiful SQL Editor: You can choose between many available color themes
  • Tabbed SQL Editor: Easily add, rename or delete editor tabs

Technologies:

  • ASP.NET
  • C#
  • HTML + CSS + JavaScript

Supported Platforms:

  • Linux
  • Windows
  • OS X

Supported DBMS:

  • MySQL
  • Oracle
  • PostgreSQL
  • Firebird
  • SQLite
  • Microsoft SQL Server
  • Microsoft Access
  • Microsoft SQL Compact (Windows only)

Database Schema Management

OmniDB is designed for easy database management. Here are some features:

  • Tree view showing database structure
    • Included structures:
      • Columns and Tables
      • Key Constraints: primary, foreign and unique
      • Index (unique and non-unique)

  • Powerful table creation
    • Editing capabilities:
      • Tables' names
      • Columns: name, type and nullable
      • Primary keys and respective columns
      • Foreign keys with either table and reference columns, including updating rules and removal as well
      • Indexes

  • Table editing: Edit table structure according to DBMS limitations
  • Data management: Add, edit and remove records

  • SQL Editing
    • Customizable Features:
      • Syntax highlighting for SQL
      • SQL code completion for table columns and subquery
      • Multiple themes to be selected

  • Other features:
    • Querying organized in tables
    • DDL commands execution
    • Multiple sequenced command execution (scripts)
    • Bar charts demonstrating registry numbers contained in the denser tables (limited to 100)
    • Graphs displaying tables and their relations
    • Graphs displaying tables, relations and color scale based on record density

  • Graphs displaying complete ER diagram

Database Schema Conversion

Since version 1.3, OmniDB is able to convert one schema to another, regardless of the DBMS. It is very useful to convert databases, from any supported DBMS to any supported DBMS.

Here are the structures supported by OmniDB database conversion:

  • Tables
  • Primary Keys
  • Foreign Keys
  • Uniques
  • Indexes
  • Table data

omnidb's People

Contributors

barthisrael avatar markuman avatar rafaelthca avatar wind39 avatar

Watchers

 avatar  avatar

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.