const activeAdults = from<User>("users") .where((u) => u.age >= 18) .where((u) => u.active === true);
It'll go into webpods (https://github.com/webpods-org/webpods), which is like firebase but with hash chains underneath.
It'll go into webpods (https://github.com/webpods-org/webpods), which is like firebase but with hash chains underneath.