Files
2024-01-01 22:23:00 -08:00
..
2023-12-21 15:16:18 -08:00
2024-01-01 22:23:00 -08:00
2023-12-20 20:35:07 -08:00
2023-08-22 22:27:22 -07:00
2023-12-30 22:31:10 -08:00
2023-08-25 21:58:16 -07:00
2023-08-21 17:21:36 -07:00
2023-12-27 17:29:15 -08:00
2023-12-27 17:29:15 -08:00

autism-db

autism-db is a universal database adapter (leveldb and postgres) for Autism.

It store all autism-message types and indexes them to provide optimized query for:

  • reading a user profile
  • getting all posts
  • getting a user's feed
  • getting all replies to a post
  • getting all moderations to a post
  • getting all connections related to a user

Install as NPM Package

npm install @autismjs/db

Development

npm install
npm run lint
npm test

Build

npm install
npm run build