postgresql-to-sqlite:易于使用的解决方案,可以从Postgresql Dump创建sqlite数据库

时间:2021-05-26 22:23:50
【文件属性】:
文件名称:postgresql-to-sqlite:易于使用的解决方案,可以从Postgresql Dump创建sqlite数据库
文件大小:25KB
文件格式:ZIP
更新时间:2021-05-26 22:23:50
Scala PostgreSQL到sqlite(pg2sqlite) 易于使用的解决方案,可以从postgresql dump创建sqlite数据库。 默认脚本格式 尽可能快地 默默忽略不支持的Postgresql功能 gzip支持 在发行部分中,您可以下载pg2sqlite.jar的预构建版本。 如何建造 git clone https://github.com/caiiiycuk/postgresql-to-sqlite.git cd postgresql-to-sqlite sbt one-jar cp target/scala-2.11/postgresql-to-sqlite_2.11-0.0.1-SNAPSHOT-one-jar.jar pg2sqlite.jar 如何使用 # Making dump pg_dump -h host -U user -f database.dump
【文件预览】:
postgresql-to-sqlite-master
----.travis.yml(171B)
----LICENSE(1KB)
----src()
--------test()
--------main()
----.gitignore(191B)
----scalastyle-config.xml(5KB)
----project()
--------plugins.sbt(203B)
--------build.properties(20B)
--------Build.scala(585B)
----README.md(2KB)

网友评论