1 repositorio
Capabilities for adding data to tables using objects or arrays without manual column specification.
Distinct from Row Insertion: Candidates were focused on UI table editing or hierarchical data, not general programmatic SQL row insertion.
Explore 1 awesome GitHub repository matching data & databases · Dynamic Row Insertion. Refine with filters or upvote what's useful.
This project is a PostgreSQL client library and SQL query builder for JavaScript and TypeScript. It provides a low-level database driver and connection manager to handle database sessions, along with a logical replication client for monitoring real-time changes. The library distinguishes itself with a high-performance bulk data streamer that utilizes the database copy command for importing and exporting large datasets. It also implements a logical replication protocol to facilitate real-time database synchronization through change subscriptions and channel-based notifications. The toolset co
Provides the ability to add rows using objects or arrays without manually specifying individual column names.