to_sqlite 0.1.1 copy "to_sqlite: ^0.1.1" to clipboard
to_sqlite: ^0.1.1 copied to clipboard

A simple and efficient package to convert CSV files into SQLite databases. `to_sqlite` streamlines the process of generating SQLite tables and inserting bulk data, allowing you to manage large dataset [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate to_sqlite

Use it

The package has the following executables:

$ toSqlite
5
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and efficient package to convert CSV files into SQLite databases. `to_sqlite` streamlines the process of generating SQLite tables and inserting bulk data, allowing you to manage large datasets with ease. With features like type inference and automatic model class generation based on your CSV structure, this package makes it easy to integrate SQLite into your Dart projects. Perfect for developers looking to simplify their database management tasks.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, collection, path, sqlite3

More

Packages that depend on to_sqlite