Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison databases/pypy2-sqlite3/pkg-descr @ 152:dcc9136b3305
FIX: Remove bogus subdir py-sqlite3 from pypy2-sqlite3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jan 2024 22:25:24 +0100 |
| parents | databases/pypy2-sqlite3/py-sqlite3/pkg-descr@e5b3d8c6c5b0 |
| children |
comparison
equal
deleted
inserted
replaced
| 151:e5b3d8c6c5b0 | 152:dcc9136b3305 |
|---|---|
| 1 SQLite is a library that provides a SQL-language database that | |
| 2 stores data in disk files without requiring a separate server | |
| 3 process. pysqlite provides a SQL interface compliant with the DB-API | |
| 4 2.0 specification described by PEP 249. This means that it should | |
| 5 be possible to write the first version of your applications using | |
| 6 SQLite for data storage. If switching to a larger database such as | |
| 7 PostgreSQL or Oracle is later necessary, the switch should be | |
| 8 relatively easy. |
