Skip to content

Commit

Permalink
Use json object (#16)
Browse files Browse the repository at this point in the history
* get tables and views collection

* npm audit fix

* fix type declaration

* 2.7.0

* use json objects

* use timestamp casting

* 2.8.0
  • Loading branch information
kbarbounakis authored Aug 17, 2024
1 parent 5dab4cc commit 43bf9eb
Show file tree
Hide file tree
Showing 8 changed files with 719 additions and 5,488 deletions.
10 changes: 10 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@themost/pg": [
"src/index"
]
}
}
}
Loading

0 comments on commit 43bf9eb

Please sign in to comment.