SQLite
基本解释
- 嵌入式关系数据库
英汉例句
- When a value is inserted into the database, SQLite will examine its type.
当某个值插入数据库时,SQLite将检查它的类型。 - To download the latest version of SQLite and the command-line interface, as well as documentation and the latest news.
以下载最新版本的SQLite、命令行界面、文档和最新消息。 - Examples: mysql, postgres, sqlite, pear-drivername, adodb-drivername, mssql, oracle, or odbc.
例如:mysql,postgres,sqlite,pear-drivername,adodb-drivername,mssql,oracle,或 odbc。 - Future versions of SQLite might make use of additional special filenames that begin with the ":" character.
未来版本的SQLite可能使用以“:”开始的其他特殊文件名。 - SQLite is an embeddable SQL database engine and is not a client library used to connect to a big database server (like MySQL or PostgreSQL).
SQLite是一个可嵌入SQL数据库引擎,不是客户端连接库用来连接大型数据库服务器(如MySQL或PostgreSQL)的。