SkillAgentSearch skills...

Libsqlite

An SQlite 3 library, with unlocked R/W access, for PS Vita

Install / Use

/learn @VitaSmith/Libsqlite
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

libsqlite

libsqlite

An SQlite 3 library, with unlocked R/W access, for PS Vita.

Compiling

Prerequisites:

Once all the prerequisites have been met, you can compile this library by typing:

cd libsqlite
make

Note that if you choose to run make install, the SDK's include/psp2/sqlite.h will be overwritten with this repository's version (which adds sqlite3_rw_init() and sqlite3_rw_exit() to it).

A demo SQLite application is also provided in the sample/ directory. This demo, which doesn't require any special permissions, will create or update a sample database residing at ux0:data/sqlite_demo.db.

Credits

  • Thanks to xyzz for the original VFS override code.
  • Thanks to xerpi and his libftpvita, which I used as repo and Makefile template.
  • Thanks to everybody who contributed to vita-toolchain.

Related Skills

View on GitHub
GitHub Stars13
CategoryData
Updated3mo ago
Forks3

Languages

C

Security Score

92/100

Audited on Jan 1, 2026

No findings