wechaty / summer

Summer of Wechaty (SoW) is a program for connecting students with the Wechaty community for coding & tech writing.
https://wechaty.github.io/summer-of-wechaty
Apache License 2.0
31 stars 12 forks source link

[Project] Implement wechaty-storage #49

Open windmemory opened 3 years ago

windmemory commented 3 years ago

Hello students!

We want Wechaty to support universal storage, so developers could be able to easily connect Wechaty with their own db. So we would like someone to implement the wechaty-storage.

Link to #30

Required skills for all projects


  1. Implement wechaty-storage with one type of supported persistent storage.
  2. Design the code structure to support future storage extension.
  3. Support data storage configuration, include db, schema, table etc.

Useful Links