Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 823 Bytes

This is an example for TablePlus Plugin

Generate dummies data for text, string, integer and timestamp fields.

Support

TablePlus build 74 and above.

Install

From release

Download release, unzip and double click on file plugin to install.

Build from source

git clone [email protected]:TablePlus/DummiesData.git
cd DummiesData/DummiesData.tableplusplugin
npm install
npm run build
open .

Table a look at early access APIs

How to use

  1. Open a connection.
  2. Open a table.
  3. Menu > Plugins > Create dummies data > Add 10 dummies rows.

License

DummiesData is released under the MIT license. See LICENSE for details.