- pg_cron extension installed and enabled (superuser)
- your target tables have RLS policies using
auth.uid()
/auth.jwt()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* PostgreSQL Schema to JSON Schema Converter | |
* Exports database schema and converts it to JSON Schema format compatible with AJV | |
*/ | |
import { toJSON } from 'pg-json-schema-export'; | |
import { writeFileSync } from 'fs'; | |
/** | |
* Convert PostgreSQL database schema to JSON Schema |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Free Steam Emoticons | |
// @namespace revadike | |
// @version 0.1 | |
// @description Continuously requests Steam store search results and checks if total results are divisible by 100 or if no new results are found. | |
// @author revadike | |
// @match https://steam.tools/emoticons* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=steam.tools | |
// @grant GM_xmlhttpRequest | |
// @grant GM_setValue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"data":{"Catalog":{"searchStore":{"elements":[{"title":"City of Brass","id":"ac2f9bdeb022454aab1ff77b59b2f3ed","namespace":"fa234e40c4d44dfa84fbcb302fef0233","description":"Become a daring thief in City of Brass, a first-person action adventure from senior BioShock developers. Armed with scimitar and a versatile whip, you’ll lash and slash, bait and trap your way to the heart of an opulent, Arabian Nights-themed metropolis – or face certain deat...","effectiveDate":"2019-05-28T15:00:00.000Z","offerType":"BASE_GAME","expiryDate":null,"status":"ACTIVE","isCodeRedemptionOnly":false,"keyImages":[{"type":"DieselStoreFrontWide","url":"https://cdn1.epicgames.com/undefined/offer/EGS_DEVELOPER_CITYOFBRASS_S1_DESCRIPTION-2560x1440-3e755e7016659f4e23e513a4042fb61e.jpg"},{"type":"DieselStoreFrontTall","url":"https://cdn1.epicgames.com/undefined/offer/EGS_DEVELOPER_CITYOFBRASS_S3_DESCRIPTION-1280x1440-b700c2cc1193dd2ef3906ca918c9d627.jpg"},{"type":"DieselGameBoxLogo","url":"https://cdn1.epicgames.com/epic/offer/EGS_DEVE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"steamid": "76561198105197441", | |
"name": "SirIronMaiden", | |
"reputation": { | |
"positive": 2817, | |
"negative": 0 | |
} | |
}, | |
{ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"package_id": 182, | |
"time_created": 1316883771, | |
"time_next_process": 0, | |
"minute_limit": 0, | |
"minutes_used": 0, | |
"payment_method": 1, | |
"flags": 512, | |
"purchase_country_code": "NL", |