Skip to content

everilae/sqlite_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite_json

This plugin provides support for the SQLite json1 extension in the form of an engine plugin and extended JSON type.

Install

pip install git+https://github.com/everilae/sqlite_json

Usage

If using SQLAlchemy 1.2.3 or above

>>> engine = create_engine("sqlite:///", plugins=["jsonplugin"])

else

>>> engine = create_engine("sqlite:///?plugin=jsonplugin")

License

This package is licensed under the OSI MIT License.

About

SQLAlchemy plugin that adds SQLite dialect JSON support

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages