DoltgreSQL发布,基于Git的PostgreSQL
DoltSQL 的工作原理是模拟 PostgreSQL 服务器,并将接收到的命令转换为交给底层 Dolt 服务器的 AST。
Download the latest release Put the binary on your PATH. Navigate to a directory you want your database data stored (eg. ~/doltgresql
).Run doltgres
. This will create adoltgres
user and adoltgres
database.Open a new terminal. Connect with the following command: psql -h localhost -U doltgres
. This will connect to thedoltgres
database with thedoltgres
user.Run CREATE TABLE example (pk INT8 PRIMARY KEY);
运行CREATE TABLE example (pk INT8 PRIMARY KEY);
往期推荐
这里有最新开源资讯、软件更新、技术干货等内容
点这里 ↓↓↓ 记得 关注✔ 标星⭐ 哦
微信扫码关注该文公众号作者
戳这里提交新闻线索和高质量文章给我们。
来源: qq
点击查看作者最近其他文章