资讯

近期花了两个多月时间,将数据库相关的代码重新封装成了各种轮子(这条路必须打通,打通以后,相关项目只需要引入这个组件pri即可),测试了从Qt4.7到Qt6.1的各种版本,测试了odbc、sqlite、mysql、postgresql、sqlserver、oracle、人大金仓等数据库,测试了本地连接 ...
Bun团队发布了1.2.21版本,新增MySQL和SQLite内置驱动、YAML解析器和密钥管理器等功能。新的数据库驱动属于Bun.SQL API,现已支持MySQL、MariaDB和SQLite。据称其MySQL客户端比Node.js的mysql2包快9倍。Bun.secrets为CLI工具和本地开发提供原生密钥管理。此版本还包含安全扫描API、独立可执行文件构建API等更新。
Bun.secrets, also new in this release, is a native secrets manager for CLI (command-line interface) tools and local development. On macOS, it uses the Keychain, on Linux it uses libsecret, and on ...
SQLite is a simple yet powerful embedded SQL database engine. Unlike other database systems, SQLite does not need to run on a server, and all information is stored in a single file on disk. SQLite is ...