Postgres-XL 的 Node.js 驱动程序

标签 node.js postgresql postgres-xl

是否应该期望 PostgreSQL 的 Node.js 驱动程序/连接器适用于 Postgres-XL?从 Node.js 连接到 Postgres-XL 设置的最佳方式是什么?

最佳答案

Postgres-XL 只是标准的 Postgres 引擎,添加了许多分布式事务开销选项,因此它可以扩展到更大的设置,因此您可以使用标准的 Postgres 驱动程序。您只想确保版本匹配。

关于Postgres-XL 的 Node.js 驱动程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31857548/

相关文章:

php - 如何在不损失性能/良好设计的情况下构建完全可定制的应用程序(又名数据库)?

php - 使用 postgresql 数据库的简单测试 php

sql - 根据另一个表中的条件选择一个表中的记录

postgresql - 从 Postgresql 迁移到 Postgres-XL : distributed tables design

node.js - 在 stdin 中写入生成的 child_process 不起作用

javascript - Node.js 服务器启动时间非常慢

javascript - 复合索引覆盖以前的文档

django - 使用 PostgresXL 分片现有的 postgresql 数据库

javascript - 将 sweetalert2 与 node.js 和express.js 一起使用