Skip to content

anna-git/MsSqlToSqlLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert Sql server database and insert scripts to a SQLite Database.

Comes from : https://github.com/elerch/Convert-SQL-Server-to-SQLite, with minor changes to add the possibility to extract data into a sql file script. For example, testing your application and working with Entity Framework, you might want to mock it using Sqlite and an in memory database. You might want to inject into your in memory sqlite database datas from your sql server database, without all the hassle to convert it manually.

Just add Debug command line arguments like this : "Data Source=youdatasource" "C:\users\me\test.sql" "dbo.tableToexclude,dbo.table2toexclude"

About

Comes from : https://github.com/elerch/Convert-SQL-Server-to-SQLite. With added possibility to extract data into sql file script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages