Skip to content

Commit

Permalink
[skip ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio authored Nov 1, 2024
1 parent 204ed7e commit 7336a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

PSRBridge is a Julia package designed to facilitate seamless data integration between [PSR](https://www.psr-inc.com) models and the [PSRClassesInterface (PSRI)](https://github.com/psrenergy/PSRClassesInterface.jl) or any other database. As a "brother repository" to PSRI, PSRBridge builds on the foundational structure provided by the interface, enhancing it by organizing and managing data exchanges. The package enforces consistent data organization and provides caching options, enabling efficient data retrieval and management for large-scale or complex power system models.

PSRBridge is particularly useful in scenarios where PSR models need to frequently access or update large datasets. By acting as an intermediary layer, it ensures data is handled systematically and optimally stored. With its robust data management features, PSRBridge significantly streamlines the data flow in power system simulations, making it easier to maintain and update models within Julia's powerful computational environment.
PSRBridge is particularly useful in scenarios where PSR models need to frequently access large datasets. By acting as an intermediary layer, it ensures data is handled systematically and optimally stored. With its robust data management features, PSRBridge significantly streamlines the data flow in power system simulations, making it easier to maintain and update models within Julia's powerful computational environment.

## Getting Started

Expand Down Expand Up @@ -170,4 +170,4 @@ finalize!(inputs)
finalize!(cache)

PSRDatabaseSQLite.close!(db)
```
```

0 comments on commit 7336a95

Please sign in to comment.