For storing and retrieving yugioh deck and card related data.
$ git clone https://github.com/fablecode/dueltank.git
- Build the database project 'dueltank.database.sln'
- Publish database to sql server
A data-tier application (DAC) is a logical database management entity that defines all SQL Server objects - such as tables, views, and instance objects - associated with a user's database. It is a self-contained unit of SQL Server database deployment that enables data-tier developers and DBAs to package SQL Server objects into a portable artifact called a DAC package, or .dacpac file.
This project is licensed under the MIT License - see the LICENSE.md file for details.