Git Product home page Git Product logo

dbstudiolite's Introduction

DBStudioLite

Introduction

  • DBStudioLite is the open source lightweight (< 5 MB if you have .NET runtime already) database management and query organizer tool.
  • This tool currently supports managing SQL Server databases, JSON, and XML files.
  • DBStudioLite populates the schema objects faster and provides easy to use UI to filter the objects.
  • The developers can switch between multiple databases and can run the commands against different databases easily. This is especially useful when the developers manage databases in different environments and multi-tenant databases where the schema of these databases would be similar.
  • The developers can save the repeatedly used code snippets within the tool and use a single click to execute multiple commands at the same time.
  • DBStudioLite uses the ScintillaNet library to provide the code formatting and editing features. It supports rich ‘Find and Replace’ options and incremental search (shortcut Ctrl + I) options.
  • DBStudioLite uses ClosedXML and OpenXml frameworks to provide export to excel features. So MS Office license is not required for export functionality. Users can use any Xlsx viewer/editor.

Further improvements/Work in progress

  • DBStudioLite can be automated to generate the data access layer code from the templates.
  • DBStudioLite can be expanded to support different databases like Oracle, MySQL, MongoDB, Redis, etc.
  • Check the project page for other ongoing feature implementations.

Dependencies

  • This tool runs using .NET 4.8 runtime engine. If the runtime is not installed, it will be automatically downloaded during the DBStudioLite installation.

Installation

  • The binary package can be downloaded from ClickOnce Installer
  • It automatically installs the necessary dependencies.
  • The application will auto-update itself whenever there is a new version released.
  • After the installation, please add a connection string using Manage Menu.

The syntax of the connection string is data source=SERVERNAME\INSTANCENAME;user id=UserAccountID;password=PASSWORD

Example data source=AzureDB.database.windows.net;user id=MyAdminName;password=MyPassword

Application Usage

Check the usage from Wiki

Built With

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Please read CODE_OF_CONDUCT.md for details on our code of conduct.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Sabarinathan Arthanari - Initial work - tmasabari

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details

Acknowledgments

The answers from online technical portals contributed heavily to learning and achieving the part of this product. We acknowledged the relevant code in the source files themselves.

dbstudiolite's People

Contributors

tmasabari avatar

Stargazers

 avatar

Watchers

 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.