Giter VIP home page Giter VIP logo

sheetdb's Introduction

SheetDB

SheetDB allows you to connect to remote SQL server and load data into Google Sheet directly. Porting data from database to Google Sheet allows you easily modify and visualize data.

demo

Related Project:

SheetSQL allows you process data using SQL directly in Google Sheet

Usage

Before starting to use SheetDC, it needs to be configued. Click Configure in SQL menu and enter url(i.e. jdbc:mysql://example.com), admin, and password. Currently, SheetDB only supports Google Cloud SQL, MySQL, Microsoft SQL Server, and Oracle databases. If everything sets up correctly, you are able to run SQL statement in Google Sheet.

Features

  • After the SheetDB is configured, SheetDB will automatically load tables in database into google sheet. Later user can use Load Tables to load new tables or Refresh Tables to fetch latest data.
  • In the menu, Table option contains functionalities like Load Tables, Refresh Table, Drop Table, Fast Insert, Fast Update, Fast Delete
    • Refresh table will refresh the table you selected
    • Drop Table will drop the table you selected in both Google sheet and database
    • Fast Insert will insert a range of data into remote database. Select a range of data for inserting and click the Fast Insert. If you are at SQL sheet, you will be required to enter table name and attribute
    • Fast Update will update a range of data to remote database. Make some changes on data, and cells will be marked as bold if they got modified. Select the rows which are modified and click Fast Update.
    • Fast Delete will delete a range of data in remote database. Select a range of data and click the Fast Delete.
  1. To refresh SQL statement in history, select the statement you want to reexecute in the SQL sheet, and then click Refresh in SQL menu.

All the functions in Table menu will automatically apply to current table sheet, but if user uses them in SQL Sheet, table name and attributes of table will be asked as an input. In SQL sheet, user can use Fast Insert, Fast Update, and Fast Delete to quickly operate data returned by SQL Query.

There are two ways to run SQL statements. You can type directly in cell, like =SQL() to run it, or click SQL on the Menu.

Licence

MIT

sheetdb's People

Contributors

xuefeng-zhu avatar

Watchers

James Cloos 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.