al8n / skipdb

An embedded, in-memory, zero-copy, atomicity, consistency, isolation, MVCC, almost lock-free and serializable snapshot isolation database engine.
Apache License 2.0
202 stars 4 forks source link

Feature request: real time subscription #15

Open beckend opened 2 months ago

beckend commented 2 months ago

So the user can sync data to fs/remote, preferably run async code.

Real-time subscription with filters for insert, update and delete operations.

al8n commented 2 months ago

So the user can sync data to fs/remote, preferably run async code.

Real-time subscription with filters for insert, update and delete operations.

Ok, I will take a look at this feature recently.