vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.77k stars 76 forks source link

Require `NOT NULL` on all primary key columns #361

Closed Azarattum closed 1 year ago

Azarattum commented 1 year ago

Fixes #354.

This PR:

jeromegn commented 1 year ago

That makes sense!

tantaman commented 1 year ago

thanks!