orm-database 0.3.17__tar.gz → 0.3.18__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: orm_database
3
- Version: 0.3.17
3
+ Version: 0.3.18
4
4
  Summary: This module is written to launch your programs with any database you want in the shortest time
5
5
  Home-page: https://github.com/sisrsis/orm-database
6
6
  Author: SISRSIS
@@ -73,6 +73,7 @@ async def main():
73
73
  asyncio.run(main())
74
74
 
75
75
  ```
76
+ **‌Tip: When using MariaDB, you must specify a varchar value, otherwise you will get an error.**
76
77
 
77
78
  ## create table mariadb
78
79
 
@@ -51,6 +51,7 @@ async def main():
51
51
  asyncio.run(main())
52
52
 
53
53
  ```
54
+ **‌Tip: When using MariaDB, you must specify a varchar value, otherwise you will get an error.**
54
55
 
55
56
  ## create table mariadb
56
57
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: orm_database
3
- Version: 0.3.17
3
+ Version: 0.3.18
4
4
  Summary: This module is written to launch your programs with any database you want in the shortest time
5
5
  Home-page: https://github.com/sisrsis/orm-database
6
6
  Author: SISRSIS
@@ -73,6 +73,7 @@ async def main():
73
73
  asyncio.run(main())
74
74
 
75
75
  ```
76
+ **‌Tip: When using MariaDB, you must specify a varchar value, otherwise you will get an error.**
76
77
 
77
78
  ## create table mariadb
78
79
 
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
6
6
 
7
7
  setup(
8
8
  name='orm_database',
9
- version='0.3.17',
9
+ version='0.3.18',
10
10
  description='This module is written to launch your programs with any database you want in the shortest time ',
11
11
  license="MIT",
12
12
  author='SISRSIS',
File without changes
File without changes