Stack Explorer

SQLite

database

Serverless embedded SQL database

→ Stable

Features

databasesqlembeddedserverless

Pros and Cons

Ventajas

  • + No configuration or server needed
  • + Single database file
  • + Extremely reliable
  • + Small and fast
  • + Public domain

Desventajas

  • - Not ideal for high write concurrency
  • - No native replication
  • - Limited to single file
  • - No traditional stored procedures

Use Cases

  • Mobile applications
  • Desktop applications
  • Web browsers (storage)
  • IoT and embedded devices
  • Rapid prototyping

Tecnologías Relacionadas

Related