This website requires JavaScript.
Explore
Help
Register
Sign In
hailin
/
chatdesk-ui
Watch
1
Star
0
Fork
You've already forked chatdesk-ui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0c872a687c
chatdesk-ui
/
postgres_15.8.1.044
/
nix
/
tests
/
migrations
/
pgmq.sql
13 lines
116 B
SQL
Raw
Blame
History
select
pgmq
.
create
(
'
Foo
'
)
;
select
*
from
pgmq
.
send
(
queue_name
:
=
'
Foo
'
,
msg
:
=
'
{"foo": "bar1"}
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink