Difference between revisions of "SQLite"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 
[[wikipedia:SQLite]] ([[2000]]) is ACID-compliant and implements most of the SQL standard, generally following PostgreSQL syntax.
 
[[wikipedia:SQLite]] ([[2000]]) is ACID-compliant and implements most of the SQL standard, generally following PostgreSQL syntax.
 +
 +
SQLite read operations can be multitasked, though writes can only be performed sequentially.
  
 
  file [[grafana]].db
 
  file [[grafana]].db

Revision as of 04:31, 17 August 2020

This article is a Draft. Help us to complete it.

wikipedia:SQLite (2000) is ACID-compliant and implements most of the SQL standard, generally following PostgreSQL syntax.

SQLite read operations can be multitasked, though writes can only be performed sequentially.

file grafana.db
grafana.db: SQLite 3.x database, last written using SQLite version 3029000


sudo sqlite3 /var/lib/nfs/nfsdcltrack/main.sqlite "select * from clients"


See also

Advertising: