Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design for Write Database #5161

Closed
wdanilo opened this issue Feb 5, 2023 · 1 comment
Closed

Design for Write Database #5161

wdanilo opened this issue Feb 5, 2023 · 1 comment
Assignees
Labels
-libs Libraries: New libraries to be implemented l-db-write Libraries: database writer p-low Low priority x-design x-new-feature Type: new feature request
Milestone

Comments

@wdanilo
Copy link
Member

wdanilo commented Feb 5, 2023

This task is automatically imported from the old Task Issue Board and it was originally created by James Dunkerley.
Original issue is here.


Similar to Table.write for in-memory.

  • Create a new table
    • Specified table name
    • Overwrite with warning or error
  • Append data
    • Map columns by Name or Position
  • Update data
    • Using primary key to join on
    • Option to remove unmatched rows
  • Delete data
    • Using primary key to join on

Additionally transaction support.

@wdanilo wdanilo added this to the Beta Release milestone Feb 6, 2023
@jdunkerley jdunkerley moved this to 📤 Backlog in Issues Board Feb 6, 2023
@jdunkerley jdunkerley moved this from 📤 Backlog to ❓New in Issues Board Feb 28, 2023
@jdunkerley jdunkerley moved this from ❓New to 📤 Backlog in Issues Board Feb 28, 2023
@jdunkerley jdunkerley moved this from 📤 Backlog to ❓New in Issues Board Mar 14, 2023
@jdunkerley jdunkerley moved this from ❓New to 📤 Backlog in Issues Board Mar 14, 2023
@jdunkerley jdunkerley moved this from 📤 Backlog to 🌟 Q/A review in Issues Board Apr 18, 2023
@jdunkerley jdunkerley moved this from 🌟 Q/A review to 🟢 Accepted in Issues Board Jul 28, 2023
@AdRiley AdRiley closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-libs Libraries: New libraries to be implemented l-db-write Libraries: database writer p-low Low priority x-design x-new-feature Type: new feature request
Projects
Archived in project
Development

No branches or pull requests

4 participants