Nano Stores wrapper around SQLite or PGLite to generate reactive stores from SQL queries. This wrapper us useful if you moved logic from UI components to smart stores.
alter table OrderItem add constraint pk_orderitem primary key nonclustered(ido, idp); alter table OrderItem_ct add constraint pk_orderitem primary key nonclustered(ido, idp); -- Copy records section ...