SQLite

(Coding System)

Logo of SQLite
skills
Coding System since 2000
License: Public_domain
Link to Dbpedia

What is SQLite?

SQLite (is a relational database management system (RDBMS) contained in a C library. In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is embedded into the end program. SQLite is ACID-compliant and implements most of the SQL standard, generally following PostgreSQL syntax. However, SQLite uses a dynamically- and weakly-typed SQL syntax that does not guarantee the domain integrity. This means that one can, for example, insert a string into a column defined as an integer. SQLite will attempt to convert data between formats where appropriate, the string "123" into an integer in this case, but does not guarantee such conversions, and will store the data as-is if such a conversion is not possible. SQLite is a popular choice as embedded database software for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems (such as mobile phones), among others. SQLite has bindings to many programming languages.

Technology Types

c programming language) librarycross-platform free softwaredatabase management systemembedded databasefree computer libraryfree database management systempublic-domain software with source coderelational database management systemserverless database management systemsymbian software

Translations

إس كيو لايتاس‌کیوال لایت

Synonyms

sqlitesqlite3sqlitedatabasesqllitesqite3sql litesqlite managersqlite.orgsqlite4sqllite dbأس كيو لايتاس کیوال لایتاس کیولایتاس‌کیوال‌لایتاس‌کیولایتسی‌کوئل لایتسی‌کوئل‌لایت

RelatedTo

sqlandroid-sqliteandroidc#c++cordovacore-datadatabasedjangoflaskiosiphonejavajavascriptjsonlistviewmysqlnode.jsobjective-cphppython-3.xpythonruby-on-railsrubysqlalchemysqlite

Co-Occuring

active-recordadmin-dashboardadmin-uiairtableairtable-alternativeandroidandroid-debug-databaseasgiautomatic-apiawesomeaws-s3boltbookshelfcc-plus-pluscassandraclicmfcmscockroachdbcommand-linecommand-line-toolcomposerconsensuscross-platformcsvdankdata-mapperdatabasedatabase-browser... 119 more

Sources: DBpedia, Dice, FreeBase, Github, Stackoverflow, Techmap, Wikidata
 — Date merged: 2/4/2022, 6:00:23 PM
 — Date scraped: 5/20/2021, 3:44:39 PM