update the abstraction extension model
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 11 Jan 2024 19:34:47 +0000 (11:34 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 11 Jan 2024 19:52:15 +0000 (11:52 -0800)
commit254e6adf1c0d3238a7fceffd85cc503feefbefdf
tree554ccb8764291342b3708df0185d55a857d24c45
parent55e7503b4cef747241d57f7e8e0395d93a60ca2f
update the abstraction extension model
15 files changed:
README.md
index.js
lib/factory.js
lib/postgres-creator.js [new file with mode: 0644]
lib/postgres.js [deleted file]
lib/sqlite-creator.js [new file with mode: 0644]
lib/sqlite.js [deleted file]
test-integration/abstract.js [new file with mode: 0644]
test-integration/postgres/index.js
test-integration/sqlite/index.js
test/helpers.js
test/integration.js
test/lib/factory.js
test/lib/postgres-creator.js [moved from test/lib/postgres.js with 86% similarity]
test/lib/sqlite-creator.js [moved from test/lib/sqlite.js with 98% similarity]