Skip to content

๐Ÿ˜ Coroutine-based client for PostgreSQL

Notifications You must be signed in to change notification settings

linjuchen/ext-postgresql

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

install

  1. Make sure you have installed the latest version of swoole (swoole version >= 4.4)

  2. build:

    phpize  
    ./configure
    make && make install
    
  3. edit your php.ini :

    extension=swoole_postgresql.so
    

About

๐Ÿ˜ Coroutine-based client for PostgreSQL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.8%
  • M4 7.3%
  • C 3.9%