rearrange factory usage
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 12 Jan 2024 22:34:01 +0000 (14:34 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 12 Jan 2024 23:49:16 +0000 (15:49 -0800)
commit1252c72bcd9382ad501e0fe584bd61bc3fb82b27
treeca89a5679d8df8f1c4e416c1bf68b08d5e539fc2
parent254e6adf1c0d3238a7fceffd85cc503feefbefdf
rearrange factory usage
lib/factory.js
lib/postgres-creator.js
test-integration/abstract.js
test-integration/index.js [new file with mode: 0644]
test-integration/postgresql/index.js [moved from test-integration/postgres/index.js with 100% similarity]
test-integration/postgresql/sql/almanac-get-all.sql [moved from test-integration/postgres/sql/almanac-get-all.sql with 100% similarity]
test-integration/postgresql/sql/almanac-get.sql [moved from test-integration/postgres/sql/almanac-get.sql with 100% similarity]
test-integration/postgresql/sql/almanac-upsert.sql [moved from test-integration/postgres/sql/almanac-upsert.sql with 100% similarity]
test-integration/postgresql/sql/schema/1.0.0/apply.sql [moved from test-integration/postgres/sql/schema/1.0.0/apply.sql with 100% similarity]
test/integration.js
test/lib/factory.js