SQLite(资料网站&书籍)

参考:http://www.runoob.com/sqlite/sqlite-tutorial.html

一、SQLite 有用的资源

    1.SQLite 有用的网站

      SQLite Home Page  https://www.sqlite.org/index.html 

                SQLite 官方网站提供了最新的 SQLite 安装版本,最新的 SQLite 资讯以及完整的 SQLite 教程。

        PHP SQLite3  http://www.php.net/manual/en/book.sqlite3.php

                网站提供了 SQLite 3 数据库的 PHP 支持的完整细节。

        SQLite JDBC Driver:    https://bitbucket.org/xerial/sqlite-jdbc

                SQLite JDBC,由 Taro L. Saito 开发的,是一个用于 Java 中访问和创建 SQLite 数据库文件的库。

        DBD-SQLite-0.31     https://metacpan.org/release/MSERGEANT/DBD-SQLite-0.31

                 SQLite Perl driver 驱动程序与 Perl DBI 模块一起使用。

        DBI-1.625      https://metacpan.org/release/DBI

                Perl DBI 模块为包括 SQLite 在内的任何数据库提供了通用接口。

          SQLite Python  https://docs.python.org/2/library/sqlite3.html

                sqlite3 python 模块由 Gerhard Haring 编写的。它提供了与 DB-API 2.0 规范兼容的 SQL 接口。

    2.SQLite 有用的书籍


《SQLite(资料网站&书籍)》

    原文作者:不合格码农
    原文地址: https://www.jianshu.com/p/0965b90dabb1
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞