Running script

This page summarizes the projects mentioned and recommended in the original post on /r/sqlite

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sqlite-gui

    Lightweight SQLite editor for Windows

  • Also you can boost inserts if you turn off a disk synchronization by pragma synchronous = off. My app sqlite-gui (only for Windows) does it automatically :D

  • sqlitebrowser

    Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

  • Both of most popular GUI SQLite tools (DB4S and SQLiteStudio) allow to run multiply queries at once: just select all text in editor and run. There is only one nuance: each statement is executed in an implicit transaction. So if you have bunch of insert statements, it can be very slow. To avoid it you should don't forget to run transaction explicitly e.g.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C# program not able to open or connect to an encrypted SQLite Database

    3 projects | /r/sqlite | 30 Apr 2023
  • Choices for Desktop Relational Database for Simple Databases

    2 projects | /r/Database | 13 Apr 2023
  • Sensitive data

    4 projects | /r/sqlite | 15 Jul 2022
  • SQLLEX | Better than sqlite3

    2 projects | /r/Python | 13 May 2021
  • Extralite: SQLite Ruby gem with concurrency, extensions, backup features

    1 project | news.ycombinator.com | 11 Feb 2024