view pkg-descr @ 143:69149820fc50

Now bsd.port.pre.mk is included by bsd.pypy.cffi.mk: include bsd.port.post.mk here
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 04 Oct 2022 09:46:33 +0200
parents 73fb9a687f21
children
line wrap: on
line source

SQLite is a library that provides a SQL-language database that
stores data in disk files without requiring a separate server
process. pysqlite provides a SQL interface compliant with the DB-API
2.0 specification described by PEP 249. This means that it should
be possible to write the first version of your applications using
SQLite for data storage. If switching to a larger database such as
PostgreSQL or Oracle is later necessary, the switch should be
relatively easy.