When using Visual Studio we can create a new item of type Linq to SQL classes (.dbml). After that we can drag and drop tables in the design view and manipulate them.
My question is: Can we use SQLite tables in the same way? Can we drag and drop them so VS can create the classes for us? If not is there a tool that can do that?
Thanks for your time.