This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.
⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.
{ | |
// VS Code Snippers for PrimeVue components | |
// @author Zikani Nyirenda Mwase <[email protected]> | |
"p-inputtext": { | |
"scope": "vue,javascript,typescript,html", | |
"prefix": "pi:text", | |
"body": [ | |
"<div class=\"field\">", | |
" <div class=\"p-float-label\">", | |
" <InputText id=\"$1\" v-model=\"$1\"/>", |
#!/usr/bin/env -S bash -c "docker run -p 8080:8080 -it --rm \$(docker build --progress plain -f \$0 . 2>&1 | tee /dev/stderr | grep -oP 'sha256:[0-9a-f]*')" | |
# syntax = docker/dockerfile:1.4.0 | |
FROM node:20 | |
WORKDIR /root | |
RUN npm install sqlite3 |