You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-20Lines changed: 23 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,29 @@
9
9
- arranging data into primitive types, typed active record classes, collections and more
10
10
- allowing to run any nonselect queries
11
11
12
-
Databasic packages:
13
-
- Microsoft SQL
14
-
- MySql
15
-
- PostgreSql
16
-
- SQLite
17
-
- OracleSql (in progress)
12
+
## Features
13
+
- choosing connection by config index or name as another param of Databasic.Statement.Prepare()
14
+
- passing transactions as second param of Databasic.Statement.Prepare()
15
+
- any non-select SQL statements
16
+
- Microsoft SQL Server/MySQL/MariaDB/PostgreSQL/Oracle/ODBC/OLEDB support
17
+
- selection single value (for example counts etc...)
18
+
- getting only touched (changed) values
19
+
- saving and deleting active record instances (insert/update/delete by primary key and autoincrement column)
20
+
- much more...
18
21
19
22
## Instalation
20
23
**This is core package only**. Install this package only by installing specific database package like: Databasic.<DatabaseType>. Then this package will be installed automaticly with the specific database package.
0 commit comments