Overview of content related to 'repositories'
This page provides an overview of 1 article related to 'sqlite'. Note that filters may be applied to display a sub-set of articles in this category (see FAQs on filtering for usage tips). Select this link to remove all filters.

SQLite is an ACID-compliant embedded relational database management system contained in a relatively small (~275 kB) C programming library. The source code for SQLite is in the public domain and implements most of the SQL standard. In contrast to other databases, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite uses a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity. SQLite is a multitasking database concerning reads. Writes can be done only one-at-a-time. It is a popular choice for local/client storage on web browsers. It has many bindings to programming languages. It is arguably the most widely used database engine, as it is used today by several widespread browsers, operating systems, embedded systems among others. (Excerpt from Wikipedia article: SQLite)
Key statisticsMetadata related to 'sqlite' (as derived from all content tagged with this term):
See our 'sqlite' overview for more data and comparisons with other tags.
For visualisations of metadata related to timelines,
bands of recency,
top authors, and
and overall distribution of authors
using this term, see our
'sqlite' usage charts.
|
Top authorsAriadne contributors most frequently referring to 'sqlite': Note: Links to all articles by authors listed above set filters to display articles by each author in the overview below. Select this link to remove all filters. |
|
Title |
Article summary | Date |
|---|---|---|
Moving Ariadne: Migrating and Enriching Content with Drupal |
Thom Bunting explains some of the technology behind the migration of Ariadne (including more than 1600 articles from its back issues archive) onto a Drupal content management platform. |