Metadata-Version: 2.1
Name: guillotina-pgfield
Version: 1.0.1
Summary: Postgres field support for Guillotina
Home-page: https://flaps.io
License: BSD
Description: # Introduction
        
        
        Naive aproach of pgfield with an external PG database
        
        ## Basic instructions
        
        - Python >= 3.7
        - PostgreSQL >= 9.6
        
        
        ```
          load_utilities:
            pgfield:
              factory: guillotina_pgfield.utility.PGFieldUtility
              provides: guillotina_pgfield.interfaces.IPGFieldUtility
              settings:
                dsn: postgres://user:passwd@pg_url:5432/db
                pool_size: 10
        ```
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
