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
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
8
-
>
9
-
> У одного из нас есть украинская родственница, которая спаслась из дома вместе с сыном. Поезд задержался из-за бомбежки на дороге впереди. У нас есть друзья, которые прячутся в бомбоубежищах. Мы с тревогой ждем весточки от них после воздушных налетов, которые беспорядочно наносят удары и попадают по больницам, школам, детским садам и домам. Мы не берем это из каких-либо СМИ. Мы наблюдаем это напрямую.
10
-
>
11
-
> Вы доверяете нам достаточно, чтоб использовать наши программы, и мы просим вас довериться нам вновь. Мы нуждаемся в помощи. Выходите и протестуйте против этой бесполезной войны. Остановите кровопролитие. Скажите "Нет войне!"
12
-
>
13
-
> ## 🇺🇸 To Citizens of Russia
14
-
>
15
-
> We at Laminas come from all over the world. Many of us have friends, family and colleagues in both Russia and Ukraine. Some of us were born in Russia. Some of us currently live in Russia. Some have grandparents who fought Nazis in World War II. Nobody here supports fascism.
16
-
>
17
-
> One team member has a Ukrainian relative who fled her home with her son. The train was delayed due to bombing on the road ahead. We have friends who are hiding in bomb shelters. We anxiously follow up on them after the air raids, which indiscriminately fire at hospitals, schools, kindergartens and houses. We're not taking this from any media. These are our actual experiences.
18
-
>
19
-
> You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"
1
+
# phpdb
2
+
3
+
The continuation of the Laminas Db component, now under the `php-db` organization.
4
+
5
+
The following information is outdated and will be updated in the coming days.
`PhpDb` is a component that abstract the access to a Database using an object
22
10
oriented API to build the queries. `PhpDb` consumes different storage adapters
@@ -25,8 +13,8 @@ Microsoft Sql Server, PDO, etc.
25
13
26
14
## Contributing
27
15
28
-
Please be sure to read the [contributor's guide](https://github.com/laminas/.github/blob/main/CONTRIBUTING.md) for general information on contributing.
29
-
This section outlines specifics for laminas-db.
16
+
Please be sure to read the [contributor's guide](https://github.com/php-db/.github/blob/main/CONTRIBUTING.md) for general information on contributing.
17
+
This section outlines specifics for php-db.
30
18
31
19
### Test suites
32
20
@@ -71,8 +59,8 @@ If you see three containers listed, then they're all running, and you are ready
71
59
So, copy `phpunit.xml.dist` to `phpunit.xml`, and change the following environment variable to "true" to enable the three databases:
72
60
73
61
- TESTS_PHPDB_ADAPTER_DRIVER_MYSQL
74
-
-TESTS_LAMINAS_DB_ADAPTER_DRIVER_PGSQL
75
-
-TESTS_LAMINAS_DB_ADAPTER_DRIVER_SQLITE_MEMORY
62
+
-TESTS_PHPDB_ADAPTER_DRIVER_PGSQL
63
+
-TESTS_PHPDB_ADAPTER_DRIVER_SQLITE_MEMORY
76
64
77
65
From there, you can run the integration tests by running the following command:
0 commit comments