Skip to content

Resources

Resources are globally scoped within your application. Adding a new resource to raindrop.manifest automatically sets up the resource and creates necessary service bindings for all services and observers in your application scope.

Vector Store

To add a new vector store to your application, add the following code snippet to your manifest. Replace index-name with your desired unique (on the account level) index name.

vector_index "index-name" { }

Bucket

To add a new bucket to your application, add the following code snippet to your manifest. Replace bucket-name with your desired unique (on the account level) bucket name.

bucket "bucket-name" { }

SQL

To add a new SQL database to your application, add the following code snippet to your manifest. Replace db-name with your desired unique (on the account level) database name.

sql_database "db-name" { }