Skip to content

Instantly share code, notes, and snippets.

View Furgas's full-sized avatar

Tomasz Sawicki Furgas

  • Poznan University of Technology
  • Poznań, Poland
View GitHub Profile
@storeman
storeman / php_unserialize_to_json.sql
Last active September 24, 2024 08:49
PHP unserialize in Postgresql to json
/**
Decode a php serialized value to json. This function only supports basic
data types:
- arrays (will always become a json object)
- booleans
- integers
- floats
- strings
- NULL
The php_unserialize(text) function is a helper function which extracts the first value
@swalkinshaw
swalkinshaw / tutorial.md
Last active June 6, 2025 19:24
Designing a GraphQL API
@ShvaykaD
ShvaykaD / upgrade-postgresql-service-centos-7.md
Created May 4, 2020 16:29
Upgrading PostgreSQL service from 9.x or 10.x to 11 version on CentOS 7