SQLite (64-bit)

最新版本 SQLite 3.17.0 (64-bit)

SQLite 3.17.0 (64-bit)

SQLite 3.17.0 (64-bit)
SQLite 64 位是一個進程內庫,它實現了一個自包含的,無服務器的,零配置的事務性 SQL 數據庫引擎。 SQLite 的代碼是在公共領域,因此可用於任何目的,商業或私人。下載 Windows PC 的 SQLite 離線安裝程序安裝 64 位! SQLite 64 位是世界上部署最廣泛的數據庫,其應用程序數量比我們可以計算的還要多,其中包括幾個高性能項目。6123586
SQLite 特性:
即使在系統崩潰後,事務也是原子性,一致性,隔離性和持久性(ACID)和電源故障。零配置 - 無需安裝或管理。具有高級功能(如部分索引和通用表表達式)的完整 SQL 實現。 (省略功能)完整的數據庫存儲在一個跨平台的磁盤文件中。非常適合用作應用程序文件格式。支持太字節大小的數據庫和千兆字節大小的字符串和 blob。 (請參閱 limits.html。)小代碼佔用空間:小於 500KiB 完全配置或省略可選功能少得多。簡單,易於使用的 API。用 ANSI- C 編寫。包括 TCL 綁定。幾十種其他語言的綁定可單獨提供。備受好評的源代碼,具有 100%的分支測試覆蓋率。可作為一個單一的 ANSI- C 源代碼文件,易於編譯,因此很容易添加到一個更大的項目。獨立:不需要外部依賴。跨平台:開箱即用支持 Android,* BSD,iOS,Linux,Mac,Solaris,VxWorks 和 Windows(Win32,WinCE,WinRT)。易於移植到其他系統。來源是在公共領域。用於任何目的。附帶可用於管理 SQLite 數據庫的獨立命令行界面(CLI)客戶端。也可用:下載 SQLite for Mac





ScreenShot

軟體資訊
檔案版本 SQLite 3.17.0 (64-bit)

檔案名稱 sqlite-dll-win64-x64-3170000.zip
檔案大小 716.8 KB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Richard Hipp
官網 https://sqlite.org/
更新日期 2017-02-14
更新日誌

What's new in this version:

- Approximately 25% better performance from the R-Tree extension
- Uses compiler built-ins (ex: __builtin_bswap32() or _byteswap_ulong()) for byteswapping when available
- Uses the sqlite3_blob key/value access object instead of SQL for pulling content out of R-Tree nodes
- Other miscellaneous enhancements such as loop unrolling
- Add the SQLITE_DEFAULT_LOOKASIDE compile-time option
- Increase the default lookaside size from 512,125 to 1200,100 as this provides better performance while only adding 56KB of extra memory per connection. Memory-sensitive applications can restore the old default at compile-time, start-time, or run-time
- Use compiler built-ins __builtin_sub_overflow(), __builtin_add_overflow(), and __builtin_mul_overflow() when available. (All compiler built-ins can be omitted with the SQLITE_DISABLE_INTRINSIC compile-time option.)
- Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which can result in significantly smaller database files for some applications, at the risk of being incompatible with older versions of SQLite
- Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for improved performance
- Added the SQLITE_UINT64_TYPE compile-time option as an analog to SQLITE_INT64_TYPE
- Perform some UPDATE operations in a single pass instead of in two passes
- Enhance the session extension to support WITHOUT ROWID tables
- Fixed performance problems and potential stack overflows when creating views from multi-row VALUES clauses with hundreds of thousands of rows
- Added the sha1.c extension
- In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl"
- Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it works in WAL mode as long as the pages being read are not in the WAL file
- Enhance the LEMON parser generator so that it can store the parser object as a stack variable rather than allocating space from the heap and make use of that enhancement in the amalgamation
- Other performance improvements. Uses about 6.5% fewer CPU cycles

Bug fixes:
- Throw an error if the ON clause of a LEFT JOIN references tables to the right of the ON clause. This is the same behavior as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN into an INNER JOIN
- Use the correct affinity for columns of automatic indexes
- Ensure that the sqlite3_blob_reopen() interface can correctly handle short rows

SQLite 3.17.0 (64-bit) 相關參考資料
Checklist For SQLite 3.17.0

Check all calls to memory allocation routines to ensure that size computations are 64-bit clean. Suggested regular expression for search: ...

https://www.sqlite.org

DBD-SQLiteChanges at master

- Upgrade to sqlite 3.2.2 1.08 - Support 64 bit ... - Updated SQLite to 3.17.0. 1.55_02 2017-01-08 ... - Resolved #73314 for DBD-SQLite: binding of 64bit integers ...

https://github.com

Downloading SQLite 3.17.0 (64-bit) from FileHorse.com

SQLite 64-bit is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

https://www.filehorse.com

How to install SQLite in Windows (when there's no ...

2017年2月26日 — sqlite-dll-win64-x64-3170000.zip (715.39 KiB) 64-bit DLL (x64) for SQLite version 3.17.0. (sha1: deba09d3c18bf4cdf9e0c3af7f7e7147d9f4fab9).

https://stackoverflow.com

Release History

Increase the size of the reference counter in the page cache object to 64 bits to ensure that the counter never overflows. Fix a performance regression caused ...

https://www.sqlite.org

SQLite Release 3.17.0 On 2017-02-13

2017年2月13日 — SQLite Release 3.17.0 On 2017-02-13. Approximately 25% better performance from the R-Tree extension. Uses compiler built-ins (ex: __ ...

https://www.sqlite.org

sqlite-libs-3.26.0-17.el8 RPM for x86_64

2022年12月1日 — Summary: Shared library for the sqlite3 embeddable SQL database engine. ... Provides. sqlite-libs · libsqlite3.so.0()(64bit) · sqlite-libs(x86-64) ...

http://rpmfind.net

sqlite-libs-3.26.0-18.el8 RPM for x86_64

2023年4月18日 — Summary: Shared library for the sqlite3 embeddable SQL database engine. ... Provides. sqlite-libs · libsqlite3.so.0()(64bit) · sqlite-libs(x86-64) ...

http://rpmfind.net

What's New - Documentation - Devart

64-bit version of standalone Entity Developer application is added. 64-bit version of console Entity Developer application is added. dotConnect for SQLite ...

https://docs.devart.com

问如何在Windows中安装SQLite (当没有sqlite3.exe和 ...

2017年2月26日 — ... SQLite版本3.17.0.(sha1: a97cebc176b3daa453189f2c0b7cf2a5a70f9c92). SQLite win64-x64-3170000.zip (715.39 KiB) 64位DLL (x64),用于SQLite版本3.17.0 ...

https://cloud.tencent.com