Promises interface for PostgreSQL
https://github.com/vitaly-t/pg-promiseTags | postgresql nodejs promises transaction promise-library typescript pg promise postgres postgresql-client postgresql-driver postgresql-library |
Implementation | Javascript |
License | MIT |
Platform | NodeJS |
Massive.js is a data mapper for Node.js that goes all in on PostgreSQL and fully embraces the power and flexibility of the SQL language and relational metaphors. Providing minimal abstractions for the interfaces and tools you already use, its goal is to do just enough to make working with your data as easy and intuitive as possible, then get out of your way. Massive is not an object-relational mapper (ORM)! It doesn't use models, it doesn't track state, and it doesn't limit you to a single entity-based metaphor for accessing and persisting data. Massive connects to your database and introspects its schemas to build an API for the data model you already have: your tables, views, functions, and easily-modified SQL scripts.
nodejs postgres postgresql database data-mapper sql promise pg datamapper promisesNon-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings. It supports Connection pooling, PostgreSQL data-type coercion, Parameterized queries, Named statements with query plan caching, Async notifications with LISTEN/NOTIFY and lot more.
postgresql postgresql-driver node-postgres postgres libpq pg postgre database rdbms postgresql-client postgresql-libraryThe complete and easy to use command-line migration tool for PostgreSQL. Install this globally and you'll have access to the pg-migrator command anywhere on your system.
pg postgres postgresql migrate migration migrator pg-migrate pg-migration pg-migrator patch patcher pg-patch pg-patcher db database database-migration database-migrator node-postgres node-postgresqlpg-boss is a job queue built in Node.js on top of PostgreSQL in order to provide background processing and reliable asynchronous execution to Node.js applications. pg-boss relies on SKIP LOCKED, a feature introduced in PostgreSQL 9.5 written specifically for message queues, in order to resolve record locking challenges inherent with relational databases. This brings the safety of guaranteed atomic commits of a relational database to your asynchronous job processing.
queue message-queue job-queue postgresql-library postgresqlBookshelf is a JavaScript ORM for Node.js, built on the Knex SQL query builder. Featuring both promise based and traditional callback interfaces, providing transaction support, eager/nested-eager relation loading, polymorphic associations, and support for one-to-one, one-to-many, and many-to-many relations. It is designed to work well with PostgreSQL, MySQL, and SQLite3.
bookshelf database mysql postgresql sqlite nodejs orm datamapper active-recordPostGraphile is an instant, highly-performant GraphQL API for your PostgreSQL database, extensible via a powerful plugin system. It allows you to access the power of PostgreSQL through a well designed, extensible, customisable and incredibly performant GraphQL server. It automatically detects tables, columns, indexes, relationships, views, types, functions, comments, and more - providing a GraphQL server that is highly intelligent about your data, and that automatically updates itself without restarting when you change your database schema.
graphql graphql-server http postgres koa express node schema postgresql graphql-js pgsql pg koa2 postgraphql graphql-api graphile automatic-apiA native synchronous and asynchronous PostgreSQL driver for Rust. It is a pure-Rust frontend for the popular PostgreSQL database.
postgresql-client postgresql-driver postgresql-library postgresJob queue for PostgreSQL running on Node.js - allows you to run jobs (e.g. sending emails, performing calculations, generating PDFs, etc) "in the background" so that your HTTP response/application code is not held up. Can be used with any PostgreSQL-backed application. Pairs beautifully with PostGraphile or PostgREST. To help us develop this software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
node worker postgresql job-queue postgres pg sql easy fast jobs background tasksAsynchronous fork of wg/epgsql originally here: mabrek/epgsql and subsequently forked in order to provide a common fork for community development.When you need to execute several queries, it involves a number network round-trips between the application and the database. The PostgreSQL frontend/backend protocol supports request pipelining. This means that you don't need to wait for the previous command to finish before sending the next command. This version of the driver makes full use of the protocol feature that allows faster execution.
postgresql-client postgresql-driver postgresql-library postgresPostgreSQL ORM for Golang with focus on PostgreSQL features and performance. It supports Basic types, Multidimensional Arrays, Transactions, Prepared statements, Queries retries on network errors, Automatic connection pooling with circuit breaker support, Bulk/batch inserts and updates, Pagination and URL filters helpers, Migrations, Sharding and lot more.
orm sql hstore postgresql jsonb database-library go-orm postgresql-clientNode.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. CockroachDB.) Started by Theo Ephraim, now maintained by Salsita Software. You can specify your database connection information using config.
database db migrate migration migrations migrator db-migrate pg postgre postgres postgresql sql extensible expandable programatic programable apiPostgreSQL driver for Elixir.*** Enumerated types (enum) are custom named database types with strings as values.
postgresql-client postgresql-driver postgresql-library postgresNpgsql is a .NET data provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.For any additional information, please visit the Npgsql website at http://www.npgsql.org.
npgsql database postgresql postgres c-sharp sql postgresql-client postgresql-driver postgresql-librarySlick extensions for PostgreSQL, to support a series of pg data types and related operators/functions. ** Tested on PostgreSQL 10 with Slick 3.2.3. ** Java 8 is required.
slick postgres slick-extensionErlang PostgreSQL client
postgresql-client postgresql-driver postgresql-library postgresWelcome to libpqxx, the C++ API to the PostgreSQL database management system.This package requires PostgreSQL to be installed -- including the C headers for client development. The library builds on top of PostgreSQL's standard C API, libpq, though this fact is almost completely hidden from programs that use libpqxx.
postgresql-client postgresql-driver postgresOpinionated SQL-powered productive roll-forward migration tool for PostgreSQL. To help us develop this software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
postgresql postgres pg migrate sql easy fast watch functionsdeno-postgres is being developed based on excellent work of node-postgres and pq. Sadly, establishing a TLS connection in the way Postgres requires it isn't possible without the Deno.startTls API, which is currently marked as unstable. This is a situation that will be solved once this API is stabilized, however I don't have an estimated time of when that might happen.
postgres postgresql postgresql-driver deno denoland deno-postgresPostgreSQL JDBC Driver (PgJDBC for short) allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. It is an open source JDBC driver written in Pure Java (Type 4), and communicates in the PostgreSQL native network protocol.
postgresql-library postgresql-client postgresql jdbcProvides Meteor integration of the pg-live-select NPM module, bringing reactive SELECT statement result sets from PostgreSQL >= 9.3. If you do not have PostgreSQL server already installed, you may use the numtel:pg-server Meteor Package to bundle the PostgreSQL server directly to your Meteor application.
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.