hyperledger-archives / aries-framework-go-ext

https://wiki.hyperledger.org/display/aries
Apache License 2.0
14 stars 22 forks source link

feat: Adding sqlite to mobile #282

Open afrancoc2000 opened 2 years ago

afrancoc2000 commented 2 years ago

Title: Adding sqlite to mobile agent

Description: I created a component that allows a user to use a storage provider that connects with SQLite.

Summary:

Using https://github.com/hyperledger/aries-framework-go-ext/blob/main/component/storage/mysql/store.go as reference I created a store provider that connects with SQLite. Also, I implemented the TotalItems() method inside the storage wrapper.

I'm making these changes from the conversation with @DRK3 here

Thanks!