Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DigiGov-OSS
AuditRecordDB
Commits
06179d99
Commit
06179d99
authored
Feb 09, 2022
by
Panagiotis Skarvelis
Browse files
add postgresql
parent
7d4e8c68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engines/index.ts
View file @
06179d99
export
{
default
as
FileEngine
}
from
"
./file/FileEngine.js
"
;
// Language: typescript, note the extension, sould be .js! even if it is .ts for esm to work correctly
export
{
default
as
PostgreSqlEngine
}
from
"
./postgresql/PostgreSqlEngine.js
"
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment