Skip to content

simonw/pysqlite3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysqlite3

This library takes the SQLite module from Python 3.6.4 and packages it as a separately-installable module.

This may be useful for creating SQLite modules capable of working with other versions of SQLite (via the amalgamation option).

Additional features:

  • Support for user-defined window functions (requires SQLite >= 3.25)
  • Support specifying flags when opening connection
  • Support specifying VFS when opening connection

Original code (c) Gerhard Häring

About

SQLite3 DB-API 2.0 driver from Python 3, packaged separately

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • C 92.8%
  • Python 6.1%
  • C++ 1.1%