cds-dbs icon indicating copy to clipboard operation
cds-dbs copied to clipboard

Monorepo for SQL Database Services for CAP

Results 58 cds-dbs issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...

### Migration to postgres I read the tutorial [Multitenant Business Application with PostgreSQL](https://blogs.sap.com/2022/01/28/multitenant-business-application-with-postgresql-part-2/), to get multitenant support in my SaaS-Application. The package used in the tutorial, is the deprecated [cds-pg](https://www.npmjs.com/package/cds-pg)...

postgres
gap

support search via path expressions: - deep search via associations - include calculated elements if explicitly requested --- to make this work, a non-enumerable `searchTerm` is attached to the `SELECT.search`...

### Description of erroneous behaviour The statement `cds watch --profile hybrid` binds the Postgres instance, but the CAP read fails due to resource timeout. CAP database call: ```js const entries...

bug
postgres
author action

This PR adds support for another `SQLite` driver `sql.js` is a browser orientated driver which compiles `SQLite` to `wasm`. Enabling the possibility to run cds with `@cap-js/sqlite` in more environments....

Currently `cqn.elements` does not provide the correct type for functions. Therefor it is not possible to apply the correct output converter. As example the current `DateTime` type requires an output...