Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/parse-community/parse-server
/ PostgresStorageAdapter.spec.js
File
PostgresStorageAdapter.spec.js
spec/PostgresStorageAdapter.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
PostgresStorageAdapter = require(
'../lib/Adapters/Storage/Postgres/PostgresStorageAdapter'
)
2
.default;
3
const
databaseURI =
4
process.env.PARSE_SERVER_TEST_DATABASE_URI ||
Callers
nothing calls this directly
Calls
15
getColumns
Function · 0.85
reconfigureServer
Function · 0.85
dropTable
Function · 0.85
fail
Function · 0.85
createTable
Method · 0.80
schemaUpgrade
Method · 0.80
loadSchema
Method · 0.80
createExplainableQuery
Method · 0.80
_listenToSchema
Method · 0.80
deleteIdempotencyFunction
Method · 0.80
toString
Method · 0.80
deleteAllClasses
Method · 0.65
Tested by
no test coverage detected