Tag: github;sqlite

  • Github as a repository for database (sqlite)

    In making http://isthistaxilegal.apphb.com I neede to have a database. I decided to have sqlite,since it needs just a file and the dll’s.( Side Note: The good dll’s for sqlite and .net core are not the original ones,that have a dependency of .NET Framework – but Microsoft.Data.Sqlite ) . But how to deploy this every time?…