keel icon indicating copy to clipboard operation
keel copied to clipboard

Keel is an all-in-one backend platform that is designed to give you everything you need to build your product.

Results 14 keel issues
Sort by recently updated
recently updated
newest added

## Fix for numbers validated against in secret names The following validation error was occurring, which is incorrect: ![image](https://github.com/teamkeel/keel/assets/6212830/bfe804d0-a5ac-4bc9-a331-0afe7a669011)

Check if `crypto` is set before attempting to set the property. This issue came up when using newer versions of node. It seems that starting with node@19, crypto was no...

When creating models with the model api, InlineFiles will be automatically stored before inserting in the db. ``` export default CreateFromImage(async (ctx, inputs) => { const post = await models.post.create({...

* Export an `errors` object from the functions SDK with error classes which can be used to throw specific error types which when get transforms into the correct status codes...

Hello, i'm new to keel. I've had some difficulties installing keel globally at first. And now I tried creating a new project using "keel init". And I got this error...

Cant set up the keel backend properly. Steps followed by me are : 1. npm install --global keel 2. keel --version 3. mkdir my-app && cd my-app 4. keel init...

Is Keel open source and self-hosting friendly? Some clarity on pricing or the open source vision could make it easier, which would help adoption.

Readme states that keel is in private beta, is that info outdated? Is keel production ready?

We currently wrap all mutation functions in a transaction which gets rolled back if the function throws an error. This is a great default but there are times where you...