2 repository-uri
Utilities for converting database-specific array string representations into native application data structures.
Distinct from String Array Literals: None of the candidates cover the specific task of parsing database array strings into language types.
Explore 2 awesome GitHub repositories matching data & databases · Database Array Parsing. Refine with filters or upvote what's useful.
pq is a PostgreSQL driver for Go that implements the standard database/sql interface. It serves as a connection library and protocol implementation that translates application data types into the binary and text formats required by PostgreSQL. The project provides specialized utilities for high-performance data ingestion using bulk data loading and a dedicated bulk data importer. It also features an implementation for listening to asynchronous server notifications and provides tools for connection load balancing across multiple hosts and ports. The driver covers a broad surface of database i
Implements logic to parse PostgreSQL array string representations into usable Go data formats.
dnmp is a containerized web development environment that provisions a full LNMP stack consisting of Nginx, MySQL, PHP, and Redis. It serves as a management system for coordinating web server routing, language runtime versions, database administration, and SSL certificate provisioning within Docker containers. The project distinguishes itself through a comprehensive PHP runtime manager that allows for switching between multiple language versions and managing extensions in isolated environments. It includes an automated SSL certificate manager that uses webroot validation to provision and renew
Converts multi-dimensional arrays into serialized strings or JSON for storage in databases.