DocsYour files

Databases

Connect PostgreSQL, MySQL, MariaDB or SQLite. Browse tables, page through rows, ask Weaver about them. Dataweaver only reads, it never changes a database.

Connect

Under Data sources on the left, press Connect a source. Choose your database type. Type the details the person who runs the database gave you: the address, the user name, the password, and the database name. Press Connect.

A SQLite file (.db, .sqlite) does not need this. Open it like any other file.

Browse

The database appears under Data sources with its tables. Select a table and it opens in its own tab. Page through it with First, Previous, Next and Last, choose 100, 500 or 1,000 rows a page, or jump straight to a row number. Filters sit in the bar at the top.

Ask

Which customers in the orders table have not ordered since January?

Weaver looks at the table names and columns, works out what to fetch, and shows you the result. It tells you which tables it used.

Safety

Dataweaver only reads. It cannot add, change or delete anything in your database. This is enforced by the app, not left to Weaver's judgement.

Your database password is kept on your computer. It is not sent to us.

Next time

Saved databases reconnect on their own when you open the app. If one cannot connect, Data sources shows the reason and a Try again button.

Was something unclear on this page? Write to us and we will fix the page.