manim-databases¶
A Manim plugin for animating database concepts: tables, B-trees, indexes, query execution plans, WAL, replication topologies, lock contention, and more.
Built for educators, content creators, and database tooling developers who want to explain how databases actually work.
Features¶
MTable — animated database table with insert, update, delete, and per-row highlighting
MBTree — B-tree with search path animation, smooth insert, and cascading splits
Style variants — every mobject ships with
DEFAULT,BLUE,PURPLE, andGREENstylesStubs for MIndex, MQueryPlan, MWal, MReplicationTopology, and MLock — coming in future releases
Contents