BankingClient/persistence/json/BankingPersistenceJson
dankito 88ae4cb045 Implemented deleting an account (TODO: implement dialog to edit account e.g. set display name etc.) 2020-04-22 22:22:58 +02:00
..
src/main/kotlin/net/dankito/banking/persistence Implemented deleting an account (TODO: implement dialog to edit account e.g. set display name etc.) 2020-04-22 22:22:58 +02:00
README.md Added IBankingPersistence to be able to store and deserialize added accounts and retrieved account transactions. Implemented BankingPersistenceJson not meant to be a real IBankingPersistence implementation but to get one up and running fast. 2020-01-15 23:55:16 +01:00
build.gradle Added IBankingPersistence to be able to store and deserialize added accounts and retrieved account transactions. Implemented BankingPersistenceJson not meant to be a real IBankingPersistence implementation but to get one up and running fast. 2020-01-15 23:55:16 +01:00

README.md

BankingPersistenceJson

A simple IBankingPersistence implementation based on Json.

Not meant to be a real or useful implementation. Just there to get you up and running fast.

Preferably use another IBankingPersistence implementation, e.g. a JPA based one.