Skip to content

Create a basic layer for database operations #28

@amritghimire

Description

@amritghimire

Structure:

# Database
datamegh.api.db 

from datamegh.api.db import db, Model

# DB
db.insert(connection, table, data)
db.find_all(connection, table, [fields])
db.delete(connection, table, params)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions