package
0.8.0
Repository: https://github.com/adrianwit/endly.git
Documentation: pkg.go.dev

# README

Datastore services

Datastore service uses dsunit service to create, populate, and verify content of datastore.

Service IdActionDescriptionRequestResponse
dsunitregisterregister database connectionRegisterRequestRegisterResponse
dsunitrecreaterecreate database/datastoreRecreateRequestRecreateResponse
dsunitsqlrun SQL commandsRunSQLRequestRunSQLResponse
dsunitscriptrun SQL scriptRunScriptRequestRunSQLResponse
dsunitmappingregister database table mapping (view),MappingRequestMappingResponse
dsunitinitinitialize datastore (register, recreate, run sql, add mapping)InitRequestMappingResponse
dsunitpreparepopulate databstore with provided dataPrepareRequestMappingResponse
dsunitexpectverify databstore with provided dataExpectRequestMappingResponse
dsunitqueryrun SQL queryQueryRequestQueryResponse
dsunitsequenceget sequence values for supplied tablesSequenceRequestSequenceResponse