<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Integrating Database (sovled)]]></title><description><![CDATA[<p>Is there any tutorial on how to integrate a database for the game? For example, I have a database for the monster data, item data, player data, etc. I want to access it in a room when a player matches and use it for the loop.</p>
]]></description><link>http://discuss.colyseus.io/topic/473/integrating-database-sovled</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 08:32:37 GMT</lastBuildDate><atom:link href="http://discuss.colyseus.io/topic/473.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Jun 2021 15:45:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Integrating Database (sovled) on Fri, 15 Oct 2021 09:24:52 GMT]]></title><description><![CDATA[<p>Is there any tutorial on how to integrate a database for the game? For example, I have a database for the monster data, item data, player data, etc. I want to access it in a room when a player matches and use it for the loop.</p>
]]></description><link>http://discuss.colyseus.io/post/1521</link><guid isPermaLink="true">http://discuss.colyseus.io/post/1521</guid><dc:creator><![CDATA[Kamatis]]></dc:creator><pubDate>Fri, 15 Oct 2021 09:24:52 GMT</pubDate></item><item><title><![CDATA[Reply to Integrating Database (sovled) on Invalid Date]]></title><description><![CDATA[<p>Take a look at typeorm<br />
<a href="https://www.npmjs.com/package/typeorm" rel="nofollow">https://www.npmjs.com/package/typeorm</a></p>
]]></description><link>http://discuss.colyseus.io/post/1522</link><guid isPermaLink="true">http://discuss.colyseus.io/post/1522</guid><dc:creator><![CDATA[Wenish]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Integrating Database (sovled) on Invalid Date]]></title><description><![CDATA[<p>I would recommend:<br />
<a href="https://github.com/mikro-orm/mikro-orm" rel="nofollow">https://github.com/mikro-orm/mikro-orm</a><br />
Or:<br />
<a href="https://github.com/Vincit/objection.js" rel="nofollow">https://github.com/Vincit/objection.js</a></p>
<p>But none of these are Colyseus related, these will help you to access the data.</p>
<p>In terms of the integration you will have to do your own implementation, no matter what you choose.</p>
]]></description><link>http://discuss.colyseus.io/post/1523</link><guid isPermaLink="true">http://discuss.colyseus.io/post/1523</guid><dc:creator><![CDATA[dpastorini]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>