---
lang: en
title: 'API docs: repository-tests.datasourceoptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/repository-tests
permalink: /doc/en/lb4/apidocs.repository-tests.datasourceoptions.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository-tests](./repository-tests.md) &gt; [DataSourceOptions](./repository-tests.datasourceoptions.md)

## DataSourceOptions type

DataSource configuration (connector name, connection string, etc.).

<b>Signature:</b>

```typescript
export declare type DataSourceOptions = Options;
```
<b>References:</b> [Options](./repository.options.md)


