Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

metasql

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metasql - npm Package Versions

1245

1.1.4

Diff

Changelog

Source

[1.1.4][] - 2021-06-30

  • Support OR in queries
  • Database will be generated only from Schema.KIND_STORED schemas
timur.shemsedinov
published 1.1.3 •

Changelog

Source

[1.1.3][] - 2021-05-25

  • Remove debug output
  • Package meintenance
timur.shemsedinov
published 1.1.2 •

Changelog

Source

[1.1.2][] - 2021-05-24

  • Update index generation according to new metadata
  • Query.limit(count: number)
  • Query.offset(count: number)
  • Query.order(fields: string | Array<string>)
  • Query.desc(fields: string | Array<string>)
  • Support permissions for categories, catalogs, fields
  • Support unique alternative keys
  • Generate nullable fields
timur.shemsedinov
published 1.1.1 •

Changelog

Source

[1.1.1][] - 2021-05-08

  • Field group name concatenation with field name
  • Support optional shorthand and nested json schema
timur.shemsedinov
published 1.1.0 •

Changelog

Source

[1.1.0][] - 2021-05-07

  • Use metaschema Model and Schema classes
  • Support script generation with field groups
  • Update metaschema to v1.1.0
  • New API methods for Database:
    • async row(table, fields, conditions): Object
    • async scalar(table, field, conditions): ScalarValue
    • async col(table, field, conditions): Array
    • async dict(table, fields, conditions): Object
timur.shemsedinov
published 1.0.1 •

Changelog

Source

[1.0.1][] - 2021-04-04

  • Fixed field names quotation
  • Update dependencies
timur.shemsedinov
published 1.0.0 •

Changelog

Source

[1.0.0][] - 2021-03-06

  • Simple query builder instead of SQL clause generator
  • Only PostgreSQL support instead of universal
  • Use metaschema and metavm for schema loading
  • Database model loader
  • PostgreSQL DDL script generator
  • TypeScript typings generator
  • Calculate changec and generate up and down migrations

[metarhia-sql][] - 2020-09-06

Code before fork from https://github.com/metarhia/sql

timur.shemsedinov
published 0.3.0-alpha.3 •

timur.shemsedinov
published 0.3.0-alpha.2 •

timur.shemsedinov
published 0.3.0-alpha.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc