Skip to content

SQL Service insert #9

@crudemandarin

Description

@crudemandarin

Function signature

static async insert(table: string, fields: Attribute[]): Promise<OkResult> {
	logger.info(
		`SQLService.insert invoked! Table = ${table}, fields = ${JSON.stringify(
			fields
		)}`
	);
}

https://github.com/crudemandarin/3380-DB-APP/blob/master/3380-backend/src/services/SQLService.js

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions