SQLite
sqllite 簡介[@more@]
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
sqlite is a in-process library that implements a self-contained,contained,serverless,zero-configration,transactional SQL database engine.
資料檔案是跨平臺的,如32 OR 64 ,big-endian little-endian (高or低位元組在前)linux win mac os wince
沒有獨立的服務程式,直接從硬碟讀寫檔案。包含觸發器,檢視,而且就一個獨立的磁碟檔案。
特點:
1.完全支援事務,ACID
2.支援sql92 標準
3.整個資料庫存在一個跨平臺的檔案上
4.支援TB級別的資料庫
5.less than 250KB full configured 適合嵌入式系統
6.不支援併發,但獨佔式很快。############################
7.支援各種api
8.si-c 編寫
9.可以很簡單的潛入c c++
10.自包含的,不需要外來庫
11.開源的
12.支援cli client for administer sqlite database
1.完全支援事務,ACID
2.支援sql92 標準
3.整個資料庫存在一個跨平臺的檔案上
4.支援TB級別的資料庫
5.less than 250KB full configured 適合嵌入式系統
6.不支援併發,但獨佔式很快。############################
7.支援各種api
8.si-c 編寫
9.可以很簡單的潛入c c++
10.自包含的,不需要外來庫
11.開源的
12.支援cli client for administer sqlite database
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/309902/viewspace-1057127/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- sqlite 視覺化工具SQLite studioSQLite視覺化
- android:SQliteAndroidSQLite
- sqlite更新SQLite
- python sqlitePythonSQLite
- Sqlite學習筆記之Sqlite歷史SQLite筆記
- SQLite資料庫管理器:SQLPro for SQLite for MacSQLite資料庫Mac
- Android中SQLiteAndroidSQLite
- sqlite 學習SQLite
- SQLite學習SQLite
- SQLite簡介SQLite
- sqlite封裝SQLite封裝
- 高效操控SQLite資料庫,盡在SQLPro for SQLite for MacSQLite資料庫Mac
- SQLPro for SQLite Mac(SQLite資料庫管理工具)SQLiteMac資料庫
- Python資料庫模組(sqlite3,SQLite3)Python資料庫SQLite
- SQLite 命令列客戶端 sqlite3 使用指南SQLite命令列客戶端
- vapor fluent[sqlite] relationsVaporSQLite
- SQLite 的 CodeFirst 模式SQLite模式
- Django & SQLite All In OneDjangoSQLite
- 教你使用SQLite VacuumSQLite
- SQLite Insert 語句SQLite
- SQLite之C介面SQLite
- SQLite鎖機制SQLite
- 資料庫 sqlite3_get_table,sqlite3_free_table資料庫SQLite
- SQLPro for SQLite mac 2024.10啟用版 SQLite資料庫管理軟體SQLiteMac資料庫
- SQLite 之 INSERT OR REPLACE使用SQLite
- SQLite中的表示式SQLite
- SQLite中的WHERE子句SQLite
- SQLite體系架構SQLite架構
- SQLite中的FROM子句SQLite
- SQLite中的SELECT子句SQLite
- unity3d sqliteUnity3DSQLite
- Sqlite—資料型別SQLite資料型別
- 七天.NET 8操作SQLite入門到實戰 - SQLite 簡介SQLite
- ubuntu上使用sqlite3UbuntuSQLite
- Python 操作 SQLite 資料庫PythonSQLite資料庫
- Android SQLite學習筆記AndroidSQLite筆記
- Sqlite 介紹及應用SQLite
- 教你使用SQLite 子查詢SQLite
- qcad qt ecmajavascript sqlite3QTJavaScriptSQLite