Skip to content

Commit

Permalink
readme schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed Nov 21, 2024
1 parent 5e2aede commit 0b38254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,11 @@ npm install pg
import map from './map';
const db = map.postgres('postgres://postgres:postgres@postgres/postgres');
```
With schema
```javascript
import map from './map';
const db = map.postgres('postgres://postgres:postgres@postgres/postgres?search_path=custom');
```
__Oracle__
```bash
npm install oracledb
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changelog
__4.4.2__
Support for schema in connection string. Postgrs only. [#116](https://github.com/alfateam/orange-orm/issues/118)
__4.4.1__
Support for date-only ISO strings. [#116](https://github.com/alfateam/orange-orm/issues/116)
__4.4.0__
Expand Down

0 comments on commit 0b38254

Please sign in to comment.