@mlagie/sql-connector 2.0.11 → 2.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -114,7 +114,7 @@ export class Model {
114
114
  * @param {number} [options.limit] - Result limit.
115
115
  * @returns {Promise<Array<Object>>}
116
116
  */
117
- static find(options?: {
117
+ find(options?: {
118
118
  select?: string[];
119
119
  where?: Record<string, any>;
120
120
  order?: [string, string][];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mlagie/sql-connector",
3
- "version": "2.0.11",
4
- "description": "Le module sql-connector permet de gérer les connexions à une base de données MySQL, de définir des schémas de tables, et d'interagir avec les données de manière simple et efficace.",
3
+ "version": "2.0.12",
4
+ "description": "The sql-connector module allows you to manage connections to a MySQL database, define table schemas, and interact with data in a simple and efficient way.",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "src",