DORM - a new D ORM

WebFreak001 d.forum at webfreak.org
Thu Dec 1 08:04:19 UTC 2022


On Thursday, 1 December 2022 at 06:53:59 UTC, singingbush wrote:
> On Thursday, 24 November 2022 at 06:19:24 UTC, WebFreak001 
> wrote:
>> Hello!
>>
>> at our hackerspace we have been working tirelessly for the 
>> past half year to bring a great new ORM experience to D and 
>> Rust.
>
> Is there likely to be support for MS-SQL Server and Oracle in 
> the future?

MS-SQL is possible because the underlying SQL library we use 
(sqlx) supports it, but we didn't implement the SQL syntax for 
this yet and we don't really have it on our to-do list right now.

Other than the supported SQLite, MySQL, PostgreSQL and 
potentially MS-SQL I can't promise any support though.

Oracle MySQL should work or do you mean some other database?

If you have any real use-case for them feel free to open an issue 
though.


More information about the Digitalmars-d-announce mailing list