Skip to content

postgresqlのjsonb datatypeをpythonから使用する

Notifications You must be signed in to change notification settings

civic/postgresql-python-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

postgresql-python-json

PostgreSQLの特有のデータ型としてjsonbを使用し、それをPythonから利用する例。

  • psycopg2のpsycopg2.extras.Jsonを使用するパターン
  • SQLAlchemyのdialectsを使用するパターン

About

postgresqlのjsonb datatypeをpythonから使用する

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages