Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Sqlite

SQLite, a lightweight database, is a relational database management system that complies with ACID. It is contained in a relatively small C library. It is a public domain project established by D. Richard Hipp. Its design goal is embedded, and it has been used in many embedded products. It occupies very low resources. In embedded devices, only a few hundred K of memory may be enough. It can support mainstream operating systems such as Windows/Linux/Unix, and can be combined with many programming languages, such as Tcl, C#, PHP, Java, etc., as well as ODBC interfaces. It is also compared with the two open source Mysql and PostgreSQL In terms of world-famous database management systems, its processing speed is faster than them.

New with Recursive CTE clause with SQLite

SQLite 3.8.3 adds support for CTE. I tried some sample CTEs on this page and they work fine. However, after reading the documentation and trying to adjust some examples, I can’t Create a simple tes

September 22, 2021By Simo Sqlite clause, CTE, New, Recursive, SQLITE, useLeave a Comment

If there are two or more conditions, how to use the replace command in SQLite

I want to update a row if it exists in the table, otherwise insert it into SQLite in a single query. From the SQLite documentation I found that we can use the REPLACE command to achieve this.

September 22, 2021By Simo Sqlite conditions, How, if, More, SQLITE, twoLeave a Comment

SQLITE – PREPARED statement and in expression

I have a database where users can search for records containing a list of one or more items. I am using IN for searching, but I cannot use IN to process prepared statements. This This is what I tri

September 22, 2021By Simo Sqlite expression, PREPARED, SQLITE, statementLeave a Comment

How to plan mode changes in the SQLite database?

I’m currently developing an application that stores data in a SQLite database. The database will have more read access (in fact, it will be filled with data once, and then almost Only read). Theref

September 22, 2021By Simo Sqlite change, database, How to plan, Medium, mode, SQLITELeave a Comment

Schonic query for SQLite Update query

I must update the test_test column “testconsent_id” with the id value of the test_groupedconsent table, where the patient_id in test_test matches the patient_id in the test_groupedconsent table, an

September 22, 2021By Simo Sqlite query, SQLITE, UpdateLeave a Comment

SQLite Replace () function executes a string replacement

I have a column in the sqlite database that I need to modify.

The column is an array of values, as shown below:

0.021460.04419,0.04551,0.02734,0.011,0.005 The array lacks a comma betwee

September 22, 2021By Simo Sqlite execution, function, REPLACE, replacement, SQLITE, stringLeave a Comment

SQLite, calculate foreign key references

I have two tables, one defines the list, and the other defines the items in the list. When I run this, I only get a list of items that reference them. I really need Get the results of all the rows

September 22, 2021By Simo Sqlite Calculation, key, outside, reference, SQLITELeave a Comment

In SQLITE3, how do I make SQL escape in the Like clause?

I want to run LIKE queries in sqlite3 and safely escape user input. Basically, I want to do something like this:

< /p> char* query = “SELECT * FROM table WHERE LOWER(notes) LIKE’%?%'”;
sqlite

September 22, 2021By Simo Sqlite China, clause, escape, How, middle, SQL, SQLITE, SQLITE3, workingLeave a Comment

Encryption SQLite

I will write my own encryption, but want to discuss some internals. It should be used on several mobile platforms – iOS, Android, WP7, desktop services more or less as test platforms. < p>

Le

September 22, 2021By Simo Sqlite encryption, SQLITELeave a Comment

Create a general query in SQLite-Net C # using SQLiteAsyncConnection

I am using SQLite-net (https://github.com/praeclarum/sqlite-net) to implement a database using Mono on Android and have the following functions:

public class DatabaseTestASync
{
private SQLi

September 22, 2021By Simo Sqlite C #, creating, query, SQLITE, SQLiteAsyncConnection, universal, UsingLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 … Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress