DACPACs
DACPACs, or Data-tier Application Packages, are portable artifacts used to package a SQL Server database schema into a single file with a .dacpac extension. A DACPAC represents the declarative state of a database, including objects such as tables, views, stored procedures, functions, types, constraints, and user-defined schemas. It does not contain table data; for exporting data, a BACPAC is used.
A DACPAC can be created from an existing database or from a project in SQL Server Data
DACPACs are used in development and operations workflows to manage schema evolution, enable repeatable deployments, and