elliotchance / vsql

✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.
https://vsql.readthedocs.io
MIT License
299 stars 20 forks source link

Support for SEQUENCES #139

Closed elliotchance closed 1 year ago

elliotchance commented 1 year ago

Sequences are the SQL standard way of doing auto increment, serials, etc.