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 [...]

License

MIT License

Copyright (c) 2024 Sidharth R

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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