Implement .insert() for SQLite #2613
Labels
feature
Features or general enhancements
onboarding
Issues that can be addressed by someone less familiar with ibis
sqlite
The SQLite backend
Milestone
Some backends implement the
.insert()method, to insert rows into tables. SQLite doesn't, and besides being useful for users, it'd be good to have it working, and add an example in the tutorial 5, so it's useful as a reference for other backends too.The text was updated successfully, but these errors were encountered: