Processed on your device
Back to tools
Data · All tools

SQLite Playground

Run SQL queries against a local SQLite database, inspect its schema and export results or the database. Free sqlite playground online, with no installation or account.

Your files and input are processed in this browser. No uploads or accounts.

Tool capabilities

Input
application/vnd.sqlite3 · text/sql
Output
application/vnd.sqlite3 · CSV

How to use SQLite Playground

Practice SQL online or inspect a SQLite file in a local database playground. A sample table is included so you can run SELECT, INSERT, UPDATE and DELETE statements immediately.

  1. Run the sample SQL or open an unencrypted SQLite 3 database from your device.
  2. Write a query, run it and inspect the result tables and database schema.
  3. Download query results as CSV or save the current database as a SQLite file.

SQLite Playground · Example

Input

SELECT name, category FROM tools ORDER BY name;

Output

CSV Editor | Data
JSON Editor | Developer
Unix Timestamp Converter | Date & time

Run against the included sample tools table. User databases are processed locally.

Usage notes

The SQLite WebAssembly engine runs in a disposable worker. A cancelled or failed query does not replace the last completed database snapshot.

Databases are limited to 20 MiB. Results stop at 1,000 rows per statement; narrow your query with WHERE and LIMIT when working with large tables.

The workspace starts fresh when you leave. Download the database to keep changes. Explicit transaction controls, attached databases and VACUUM are not supported.

Add or Subtract DaysMove a calendar date forward or backward.AES DecryptAuthenticate and decrypt a LocalKit AES-256-GCM JSON envelope with its password.AES EncryptEncrypt UTF-8 text with AES-256-GCM and a password-derived PBKDF2-SHA-256 key. Every run uses a fresh salt and nonce.Age CalculatorCalculate completed years, months and days between a birth date and a reference date.Anagram CheckerCompare letters and numbers after Unicode normalization, ignoring spacing and case.Angle ConverterConvert angle units with selectable source and target units and precise local results.Apache Config EditorEdit Apache Config source locally with syntax colors, line numbers, find and replace, undo, file import and download. Source is not executed.Archive Contents ViewerBrowse and search file paths inside ZIP, TAR and TGZ archives. Select files to download locally.

Language

Code examples, format names and technical parser messages may use their original notation.