Mercurial > hgrepos > FreeBSD > ports > PyPy
diff databases/pypy2-sqlite3/py-sqlite3/pkg-descr @ 151:e5b3d8c6c5b0
Rename the old imported pypy-sqlite3 (in the wrong directrory py-sqlite3) to the correct package name: pypy2-sqlite3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jan 2024 22:08:13 +0100 |
| parents | databases/py-sqlite3/pkg-descr@4a40aa62f51e |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/databases/pypy2-sqlite3/py-sqlite3/pkg-descr Sun Jan 14 22:08:13 2024 +0100 @@ -0,0 +1,8 @@ +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.
